Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
salim-b authored Jun 3, 2024
1 parent 653f651 commit f12dcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/req-error.R
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
#' @inheritParams req_perform
#' @param is_error A predicate function that takes a single argument (the
#' response) and returns `TRUE` or `FALSE` indicating whether or not an
#' R error should signalled.
#' R error should be signalled.
#' @param body A callback function that takes a single argument (the response)
#' and returns a character vector of additional information to include in the
#' body of the error. This vector is passed along to the `message` argument
Expand Down

0 comments on commit f12dcda

Please sign in to comment.