From 77970b0717a9497b5ba275689a21c0af2e58ab07 Mon Sep 17 00:00:00 2001 From: Michael Chirico Date: Mon, 6 Feb 2023 07:15:18 -0800 Subject: [PATCH] typo: e.g --> e.g. (#2217) --- R/block.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/block.R b/R/block.R index f226e85b39..8dc9285410 100644 --- a/R/block.R +++ b/R/block.R @@ -593,7 +593,7 @@ process_tangle.block = function(x) { code = parse_chunk(code) if (isFALSE(ev)) code = comment_out(code, params$comment, newline = FALSE) if (opts_knit$get('documentation') == 0L) return(one_string(code)) - # e.g when documentation 1 or 2 with purl() + # e.g. when documentation 1 or 2 with purl() label_code(code, x) } #' @export