Skip to content

Commit

Permalink
fix one example
Browse files Browse the repository at this point in the history
  • Loading branch information
chlebowa committed Dec 19, 2024
1 parent 11d1f42 commit c1f1791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/choices_selected.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ no_select_keyword <- "-- no selection --"
#'
#' choices_selected(
#' choices = setNames(LETTERS[1:5], paste("Letter", LETTERS[1:5])),
#' selected = "C"
#' selected = "E"
#' )
#' choices_selected(
#' choices = setNames(LETTERS[1:5], paste("Letter", LETTERS[1:5])),
Expand Down
2 changes: 1 addition & 1 deletion man/choices_selected.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1f1791

Please sign in to comment.