Skip to content

Commit

Permalink
Merge pull request #722 from m7pr/patch-1
Browse files Browse the repository at this point in the history
typo in multisession.R documentation
  • Loading branch information
HenrikBengtsson committed May 22, 2024
2 parents a83c9b8 + 6744ed8 commit cc266b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/multisession.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
#'
#' @return
#' A \link{MultisessionFuture}.
#' If `workers == 1`, then all processing using done in the
#' If `workers == 1`, then all processing is done in the
#' current/main \R session and we therefore fall back to using a
#' lazy future. To override this fallback, use `workers = I(1)`.
#'
Expand Down

0 comments on commit cc266b0

Please sign in to comment.