Skip to content

Commit

Permalink
doc: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ahasverus committed Oct 27, 2023
1 parent 386de00 commit 2814c24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/add_deps.R
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#' called by `library(foo)`, `library("foo")`, `library('foo')`,
#' `require(foo)`, `require("foo")`, `require('foo')` or `foo::bar()`.
#'
#' Different types of dependencies are handle with the following rules:
#' Different types of dependencies are handled with the following rules:
#' - if a package is called with `library(foo)` or `require(foo)`,
#' it will be added to the section **Depends** of the `DESCRIPTION` file
#' (except for vignettes and tests);
Expand Down
2 changes: 1 addition & 1 deletion man/add_deps.Rd

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

0 comments on commit 2814c24

Please sign in to comment.