Skip to content

Commit dd05981

Browse files
correct actual spelling mistakes
1 parent 0c4a0b6 commit dd05981

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ The source code is organized as follows:
9898
| token-create.R | Utilities for creating tokens, mostly to insert braces around mutli-line if statements. |
9999
| token-define.R | Defines which tokens belong to which group. |
100100
| transform-code.R, transform-files.R | Transformation of code for APIs that manipulate files (e.g. `style_file()`). |
101-
| ui.R | User interaces. Top-level functions for styling. |
101+
| ui.R | User interfaces. Top-level functions for styling. |
102102
| unindent.R | Certain tokens cause unindention, e.g. closing braces. |
103103
| utils.R | low-level general purpose utilities. |
104104
| vertical.R | S3 class for pretty printing of styled code. |

R/utils-cache.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ is_cached <- function(text,
5454
#' a new cache.
5555
#' * transformers. Cannot easily hash them because two environments won't be
5656
#' identical even if they contain the same objects (see 'Experiments'). Simple
57-
#' `as.character(transformers)` will not consider infinitively recursive
57+
#' `as.character(transformers)` will not consider infinitely recursive
5858
#' code dependencies.
5959
#' To fix this, transformers must have names and version number as described
6060
#' in [create_style_guide()]. Now, the only way to fool the cache invalidation

inst/WORDLIST

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,11 +76,9 @@ https
7676
icloud
7777
ifelse
7878
Indrajeet
79-
infinitively
8079
initializer
8180
inode
8281
integrations
83-
interaces
8482
internal's
8583
Invasiveness
8684
invasiveness

man/cache_make_key.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)