Skip to content

Commit

Permalink
small doc fix for ReorderIdent example
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwbutler committed Apr 15, 2019
1 parent 788ca37 commit 81fc990
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/generics.R
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ RenameIdents <- function(object, ...) {
#' @examples
#' \dontrun{
#' head(x = Idents(object = pbmc_small))
#' pbmc_small <- ReorderIdent(object = pbmc_small, vars = 'PC_1')
#' pbmc_small <- ReorderIdent(object = pbmc_small, var = 'PC_1')
#' head(x = Idents(object = pbmc_small))
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion man/Idents.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 81fc990

Please sign in to comment.