Skip to content

Commit

Permalink
Update R/evaluate.R
Browse files Browse the repository at this point in the history
Co-authored-by: Lionel Henry <[email protected]>
  • Loading branch information
hadley and lionel- authored Jul 3, 2024
1 parent 6b67c0a commit eaa643c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/evaluate.R
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
#' ))
#'
#' # Not that's there's a difference in output between putting multiple
#' # expressions on on line vs spreading them across multiple lines
#' # expressions on one line vs spreading them across multiple lines
#' evaluate("1;2;3")
#' evaluate(c("1", "2", "3"))
#'
Expand Down

0 comments on commit eaa643c

Please sign in to comment.