Skip to content

Commit

Permalink
punctuation
Browse files Browse the repository at this point in the history
  • Loading branch information
wlandau-lilly committed Jan 8, 2024
1 parent 9e1691c commit 8e182c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/crew_monitor_local.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ crew_class_monitor_local <- R6::R6Class(
#' @description Terminate the given process IDs.
#' @details Termination happens with the operating system signal
#' given by [crew_terminate_signal()].
#' @return `NULL` (invisibly)
#' @return `NULL` (invisibly).
#' @param pids Integer vector of process IDs of local processes to
#' terminate.
terminate = function(pids) {
Expand Down
2 changes: 1 addition & 1 deletion man/crew_class_monitor_local.Rd

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

0 comments on commit 8e182c9

Please sign in to comment.