Skip to content

Commit 5982f64

Browse files
committed
update docs
1 parent 328e549 commit 5982f64

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/mock2.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
#' or an user intput to `readline()`, you can use [mock_output_sequence()]
101101
#'
102102
#' ```R
103-
#' local_mocked_bindings(readline = mock_output_sequence(c("3", "This is a note", "n")))
103+
#' local_mocked_bindings(readline = mock_output_sequence("3", "This is a note", "n"))
104104
#' ```
105105
#'
106106
#' @export

man/local_mocked_bindings.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)