Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hsonne committed Aug 12, 2023
1 parent 27f01e5 commit 407a0bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/parse_scripts.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#' download.file(url, file.path(targetdir, basename(url)))
#' }
#'
#' # By default, all R scripts below the root are parse
#' # By default, all R scripts below the root are parsed
#' trees <- parse_scripts(root = targetdir)
#'
#' # All elements of trees are expressions
Expand Down
2 changes: 1 addition & 1 deletion man/parse_scripts.Rd

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

0 comments on commit 407a0bb

Please sign in to comment.