Skip to content

Commit c8fd024

Browse files
authored
comma added to q2 (#286)
# Pull Request <!--- Replace `#nnn` with your issue link for reference. --> Fixes #247
1 parent de86f23 commit c8fd024

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

R/qenv-get_code.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#' _Case 2: Some objects are created by a function's side effects._
3737
#' ```r
3838
#' q2 <-
39-
#' within(qenv(){
39+
#' within(qenv(), {
4040
#' foo <- function() {
4141
#' x <<- x + 1
4242
#' }

0 commit comments

Comments
 (0)