Skip to content

Commit 388df7f

Browse files
improve description
1 parent 390828e commit 388df7f

13 files changed

+52
-39
lines changed

R/io.R

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ transform_utf8 <- function(path, fun, dry) {
1515
#' @param path A vector with file paths to transform.
1616
#' @param fun A function that returns a character vector.
1717
#' @param dry To indicate whether styler should run in *dry* mode, i.e. refrain
18-
#' from write back to files .`"on"` and `"fail"` both don't write back, the
19-
#' latter returns an error if styling *would* change contents. "off", the
20-
#' default, writes back if the input and output of styling are not identical.
18+
#' from writing back to files .`"on"` and `"fail"` both don't write back, the
19+
#' latter returns an error if the input code is not identical to the result
20+
#' of styling. "off", the default, writes back if the input and output of
21+
#' styling are not identical.
2122
#' @importFrom rlang with_handlers warn
2223
#' @keywords internal
2324
transform_utf8_one <- function(path, fun, dry) {

man/prettify_any.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/prettify_pkg.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/style_dir.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/style_file.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/style_pkg.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/test_collection.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/transform_and_check.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/transform_code.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/transform_file.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/transform_files.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/transform_utf8.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/transform_utf8_one.Rd

Lines changed: 4 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)