Skip to content

Commit

Permalink
Add "should" to roxygen docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mthomas-ketchbrook committed Dec 2, 2024
1 parent e972770 commit 7f6663b
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 7f6663b

Please sign in to comment.