Skip to content

Commit

Permalink
Missing s in example leads to warnings. (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonthegeek authored Nov 10, 2023
1 parent c83f7a9 commit cd7cba9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/resp-headers.R
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ resp_date <- function(resp) {
#' `resp_encoding()` will return `"UTF-8"`.
#' @inheritParams resp_headers
#' @examples
#' resp <- response(header = "Content-type: text/html; charset=utf-8")
#' resp <- response(headers = "Content-type: text/html; charset=utf-8")
#' resp |> resp_content_type()
#' resp |> resp_encoding()
#'
Expand Down
2 changes: 1 addition & 1 deletion man/resp_content_type.Rd

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

0 comments on commit cd7cba9

Please sign in to comment.