Skip to content

Commit

Permalink
'propagate' spelling
Browse files Browse the repository at this point in the history
It caught my eye because it's one that I misspell all the time.  https://www.merriam-webster.com/dictionary/propagate
  • Loading branch information
wibeasley authored and jimhester committed Feb 12, 2018
1 parent 3511d30 commit 9d96cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/glue.R
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
#' `data` used to transform the output of each block before during or after
#' evaluation. For example transformers see `vignette("transformers")`.
#' @param .na \[`character(1)`: \sQuote{NA}]\cr Value to replace NA values
#' with. If `NULL` missing values are propegated, that is an `NA` result will
#' with. If `NULL` missing values are propagated, that is an `NA` result will
#' cause `NA` output. Otherwise the value is replaced by the value of `.na`.
#' @seealso <https://www.python.org/dev/peps/pep-0498/> and
#' <https://www.python.org/dev/peps/pep-0257> upon which this is based.
Expand Down

0 comments on commit 9d96cbf

Please sign in to comment.