Skip to content

Commit

Permalink
correct actual spelling mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
IndrajeetPatil committed May 14, 2024
1 parent 0c4a0b6 commit dd05981
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ The source code is organized as follows:
| token-create.R | Utilities for creating tokens, mostly to insert braces around mutli-line if statements. |
| token-define.R | Defines which tokens belong to which group. |
| transform-code.R, transform-files.R | Transformation of code for APIs that manipulate files (e.g. `style_file()`). |
| ui.R | User interaces. Top-level functions for styling. |
| ui.R | User interfaces. Top-level functions for styling. |
| unindent.R | Certain tokens cause unindention, e.g. closing braces. |
| utils.R | low-level general purpose utilities. |
| vertical.R | S3 class for pretty printing of styled code. |
Expand Down
2 changes: 1 addition & 1 deletion R/utils-cache.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ is_cached <- function(text,
#' a new cache.
#' * transformers. Cannot easily hash them because two environments won't be
#' identical even if they contain the same objects (see 'Experiments'). Simple
#' `as.character(transformers)` will not consider infinitively recursive
#' `as.character(transformers)` will not consider infinitely recursive
#' code dependencies.
#' To fix this, transformers must have names and version number as described
#' in [create_style_guide()]. Now, the only way to fool the cache invalidation
Expand Down
2 changes: 0 additions & 2 deletions inst/WORDLIST
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,9 @@ https
icloud
ifelse
Indrajeet
infinitively
initializer
inode
integrations
interaces
internal's
Invasiveness
invasiveness
Expand Down
2 changes: 1 addition & 1 deletion man/cache_make_key.Rd

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

0 comments on commit dd05981

Please sign in to comment.