Skip to content

Commit fdf95d3

Browse files
committed
adding doc to git
1 parent 7bc52ad commit fdf95d3

File tree

2 files changed

+37
-2
lines changed

2 files changed

+37
-2
lines changed

R/utils.R

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ git_init <- function(path = ".") {
9090
#' are semantically equivalent in R, this can create problems
9191
#' when a single parameter is provided. Thus, this function
9292
#' wraps docopt to ensure that the args will always be
93-
#' interpretted as a vector.
93+
#' interpreted as a vector.
9494
#'
9595
#' @param doc `character` vector with command line specification
96-
#' @param args `character` vector of commandline arguments.
96+
#' @param args `character` vector of command line arguments.
9797
#' Defaults to `commandArgs(trailingOnly=TRUE)`.
9898
#' @param ... Additional parameters passed to `docopt`
9999
#' @family hook script helpers

man/precommit_docopt.Rd

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

0 commit comments

Comments
 (0)