Skip to content

Commit

Permalink
correct "contestants" to "constants"
Browse files Browse the repository at this point in the history
  • Loading branch information
paulkaefer authored and jimhester committed Jul 19, 2019
1 parent 01ef132 commit b5dff71
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion R/single_quotes_linter.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#' @describeIn linters checks that only single quotes are used to delimit
#' string contestants.
#' string constants.
#' @export
single_quotes_linter <- function(source_file) {
lapply(ids_with_token(source_file, "STR_CONST"),
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ If you need a bit automatic help for re-styling your code, have a look at [the `
line and are always followed by a newline.
* `semicolon_terminator_linter`: check that no semicolons terminate statements.
* `single_quotes_linter`: check that only single quotes are used to delimit
string contestants.
string constants.
* `spaces_inside_linter`: check that parentheses and square brackets do not have
spaces directly inside them.
* `spaces_left_parentheses_linter`: check that all left parentheses have a space before them
Expand Down
2 changes: 1 addition & 1 deletion man/linters.Rd

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

0 comments on commit b5dff71

Please sign in to comment.