From c1341f0b150ca678f7334b71e681133a80390e0b Mon Sep 17 00:00:00 2001 From: Shiao-li Green Date: Thu, 23 Apr 2026 11:11:16 -0700 Subject: [PATCH] comma added to q2 --- R/qenv-get_code.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/qenv-get_code.R b/R/qenv-get_code.R index 1af5630a..9985990a 100644 --- a/R/qenv-get_code.R +++ b/R/qenv-get_code.R @@ -36,7 +36,7 @@ #' _Case 2: Some objects are created by a function's side effects._ #' ```r #' q2 <- -#' within(qenv(){ +#' within(qenv(), { #' foo <- function() { #' x <<- x + 1 #' }