Skip to content

Commit

Permalink
Remove ... from correct() docs (#323)
Browse files Browse the repository at this point in the history
* remove non-existant ... arg docs

* document pkg

* add news item
  • Loading branch information
schloerke committed Feb 4, 2020
1 parent 9eb8c60 commit c425396
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 2 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ learnr 0.10.0.9000 (unreleased)

* Fixed a bug where broken exercise code created non-"length-one character vector". ([#311](https://github.com/rstudio/learnr/pull/311))

* Fixed extra parameter documentation bug. ([#323](https://github.com/rstudio/learnr/pull/323))


learnr 0.10.0
===========
Expand Down
1 change: 0 additions & 1 deletion R/question_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ question_is_correct.default <- function(question, value, ...) {
#' Helper method to return
#' @param correct boolean that determines if a question answer is correct
#' @param messages a vector of messages to be displayed. The type of message will be determined by the `correct` value.
#' @param ... possible future parameter expansion
#' @rdname mark_as_correct_incorrect
#' @export
#' @examples
Expand Down
2 changes: 0 additions & 2 deletions man/mark_as_correct_incorrect.Rd

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

3 changes: 2 additions & 1 deletion man/tutorial.Rd

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

0 comments on commit c425396

Please sign in to comment.