Skip to content

Commit

Permalink
🔨 Typo-fix in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
serkor1 committed Feb 1, 2025
1 parent f6c420e commit 939bc93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/OpenMP.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#' @description
#' This function allows you to enable or disable the use of OpenMP for parallelizing computations.
#'
#' @param threads A positive <[integer]>-value (Default: None]). If `threads` is missing, the `openmp.threads()` returns the number of available threads. If [NULL] all available threads will be used.
#' @param threads A positive <[integer]>-value (Default: None). If `threads` is missing, the `openmp.threads()` returns the number of available threads. If [NULL] all available threads will be used.
#'
#' @example man/examples/scr_OpenMP.R
#'
Expand Down

0 comments on commit 939bc93

Please sign in to comment.