Skip to content

Commit a00c57f

Browse files
Merge pull request #643 from renkun-ken/fix-typo
- Use tokens instead of token in doc (#643).
2 parents f0e0a45 + 25dc22b commit a00c57f

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

R/style-guides.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ NULL
1313
#'
1414
#' Style code according to the tidyverse style guide.
1515
#' @param scope The extent of manipulation. Can range from "none" (least
16-
#' invasive) to "token" (most invasive). See 'Details'. This argument is a
16+
#' invasive) to "tokens" (most invasive). See 'Details'. This argument is a
1717
#' vector of length one.
1818
#' @param indent_by How many spaces of indention should be inserted after
1919
#' operators such as '('.

man/tidyverse_style.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)