Skip to content

Commit a5df730

Browse files
authored
Add missing parenthesis for a syntatically valid example (#1829)
1 parent 21e32d4 commit a5df730

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/test-state.R

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
#' ```R
3737
#' set_state_inspector(function() {
3838
#' getAllConnections()
39-
#' }
39+
#' })
4040
#' ```
4141
#'
4242
#' @export

man/set_state_inspector.Rd

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)