Skip to content

Commit

Permalink
typo: e.g --> e.g. (#2217)
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelChirico authored Feb 6, 2023
1 parent 4f1d331 commit 77970b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/block.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77970b0

Please sign in to comment.