@@ -58,7 +58,7 @@ add_cache_block <- function(pd_nested) {
5858# '
5959# ' **usual case: All other expressions in a block are cached**
6060# '
61- # ' Cached expressiond don't need to be transformed with `transformers` in
61+ # ' Cached expressions don't need to be transformed with `transformers` in
6262# ' [parse_transform_serialize_r_block()], we simply return `text` for the top
6363# ' level token. For that
6464# ' reason, the nested parse table can, at the rows where these expressions are
@@ -106,7 +106,7 @@ drop_cached_children <- function(pd) {
106106# ' To make a parse table shallow, we must know which ids to keep.
107107# ' `split(cumsum(pd_parent_first$parent < 1))` above puts comments with negative
108108# ' parents in the same block as proceeding expressions. `find_pos_id_to_keep()`
109- # ' must hence alyways keep comments. We did not use
109+ # ' must hence always keep comments. We did not use
110110# ' `split(cumsum(pd_parent_first$parent < 1))` because then every comment is an
111111# ' expression on its own and processing takes much longer for typical roxygen
112112# ' annotated code
@@ -140,7 +140,7 @@ find_pos_id_to_keep <- function(pd) {
140140# ' To use something else as start and stop markers, set the R options
141141# ' `styler.ignore_start` and
142142# ' `styler.ignore_stop` using [options()]. If you want these
143- # ' settings to persist over mulitple R sessions, consider setting them in your
143+ # ' settings to persist over multiple R sessions, consider setting them in your
144144# ' R profile, e.g. with `usethis::edit_rprofile()`.
145145# ' @name stylerignore
146146# ' @examples
0 commit comments