Skip to content

Commit

Permalink
fix(threads): remove extra space in message
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeapen committed Aug 27, 2024
1 parent 21296f1 commit 38d78ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/threads.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ check_thread_count <- function(
}
stop(paste0(
msg,
" system has only ", avail_threads,
" system has only ", avail_threads,
" threads. See parallelly::availableCores(which = 'all') for more informaion on available resources"
))
}

0 comments on commit 38d78ed

Please sign in to comment.