Skip to content

Commit

Permalink
Clarify paths docs
Browse files Browse the repository at this point in the history
Fixes #543
  • Loading branch information
hadley committed Sep 6, 2024
1 parent d5ff07e commit fc1384b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions R/sequential.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
#' has fewer limitations.
#'
#' @param reqs A list of [request]s.
#' @param paths An optional list of paths, if you want to download the request
#' bodies to disks. If supplied, must be the same length as `reqs`.
#' @param paths An optional character vector of paths, if you want to download
#' the request bodies to disk. If supplied, must be the same length as `reqs`.
#' @param on_error What should happen if one of the requests fails?
#'
#' * `stop`, the default: stop iterating with an error.
Expand Down
4 changes: 2 additions & 2 deletions man/multi_req_perform.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_perform_parallel.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_perform_sequential.Rd

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

0 comments on commit fc1384b

Please sign in to comment.