Skip to content

Commit 1a71230

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent feeedb0 commit 1a71230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/utils.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ git_init <- function(path = ".") {
9292
#' wraps docopt to ensure that the args will always be
9393
#' interpreted as a vector.
9494
#'
95-
#' @param doc `character` vector with command line specification.
95+
#' @param doc `character` vector with command line specification.
9696
#' @param args `character` vector of command line arguments.
9797
#' Defaults to `commandArgs(trailingOnly=TRUE)`.
9898
#' @param ... Additional parameters passed to `docopt`.

0 commit comments

Comments
 (0)