Skip to content

Commit

Permalink
Add missing "should" to roxygen docs (#592)
Browse files Browse the repository at this point in the history
  • Loading branch information
mthomas-ketchbrook authored Dec 20, 2024
1 parent 4e641f8 commit 395f75a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions R/req-auth.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#'
#' @inheritParams req_perform
#' @param username User name.
#' @param password Password. You avoid entering the password directly when
#' calling this function as it will be captured by `.Rhistory`. Instead,
#' @param password Password. You should avoid entering the password directly
#' when calling this function as it will be captured by `.Rhistory`. Instead,
#' leave it unset and the default behaviour will prompt you for it
#' interactively.
#' @returns A modified HTTP [request].
Expand Down
4 changes: 2 additions & 2 deletions man/req_auth_basic.Rd

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

4 changes: 2 additions & 2 deletions man/req_oauth_password.Rd

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

0 comments on commit 395f75a

Please sign in to comment.