From aea3dc97405fbdd4867d170df500aee6b42f1f65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kirill=20M=C3=BCller?= Date: Mon, 17 Jul 2023 14:49:57 +0200 Subject: [PATCH] Add closing backtick (#6880) --- R/sample.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/sample.R b/R/sample.R index 1ef6954a0c..85ee62618c 100644 --- a/R/sample.R +++ b/R/sample.R @@ -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)