Skip to content

Commit

Permalink
Add closing backtick
Browse files Browse the repository at this point in the history
  • Loading branch information
krlmlr committed Jul 9, 2023
1 parent 16b472f commit 1046e57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/sample.R
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ sample_n.default <- function(tbl, size, replace = FALSE, weight = NULL,
sample_n.data.frame <- function(tbl, size, replace = FALSE,
weight = NULL, .env = NULL, ...) {
if (!is_null(.env)) {
inform("`sample_n() argument `.env` is deprecated and no longer has any effect.")
inform("`sample_n()` argument `.env` is deprecated and no longer has any effect.")
}

size <- enquo(size)
Expand Down

0 comments on commit 1046e57

Please sign in to comment.