Skip to content

Commit

Permalink
fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisMuir authored and jimhester committed Jan 12, 2018
1 parent 0bcfd6e commit 7f5a683
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
7 changes: 3 additions & 4 deletions R/package.r
Expand Up @@ -20,10 +20,9 @@ as.package <- function(x = NULL, create = NA) {

#' Find file in a package.
#'
#' It always starts by finding by walking up the path until it finds the
#' root directory, i.e. a directory containing \code{DESCRIPTION}. If it
#' cannot find the root directory, or it can't find the specified path, it
#' will throw an error.
#' It always starts by walking up the path until it finds the root directory,
#' i.e. a directory containing \code{DESCRIPTION}. If it cannot find the root
#' directory, or it can't find the specified path, it will throw an error.
#'
#' @param ... Components of the path.
#' @param path Place to start search for package directory.
Expand Down
7 changes: 3 additions & 4 deletions man/package_file.Rd

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

0 comments on commit 7f5a683

Please sign in to comment.