Skip to content

Commit

Permalink
Example fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchelloharawild committed Jan 16, 2025
1 parent da2f2a6 commit da1d6de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/cloze.R
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
#' cloze(42) # Numerical
#' cloze("Australia") # Short answer
#' cloze("rep_len", c("rep", "rep.int", "rep_len", "replicate")) # Single choice
#' cloze(c("A", "B", "C"), letters) # Multiple choice
#' cloze(c("A", "B", "C"), LETTERS) # Multiple choice
#'
#' @name cloze_questions
NULL
Expand Down
2 changes: 1 addition & 1 deletion man/cloze_questions.Rd

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

0 comments on commit da1d6de

Please sign in to comment.