Skip to content

Commit

Permalink
missing .
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Chirico committed Apr 29, 2020
1 parent 5f36b1a commit 4d86dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/pkg/R/utils.R
Expand Up @@ -369,7 +369,7 @@ varargsToStrEnv <- function(...) {
}

if (length(ignoredNames) != 0) {
warning("Unnamed arguments ignored: ", toString(ignoredNames))
warning("Unnamed arguments ignored: ", toString(ignoredNames), ".")
}
env
}
Expand Down

0 comments on commit 4d86dc6

Please sign in to comment.