Skip to content

Commit

Permalink
Update DEVTOOLS_LOAD docs (#242)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgaborini authored Sep 20, 2023
1 parent 541de58 commit a5e9011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/load.R
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#'
#' - If you use \pkg{testthat}, will load all test helpers so you can
#' access them interactively. devtools sets the `DEVTOOLS_LOAD`
#' environment variable to `"true"` to let you check whether the
#' environment variable to the package name to let you check whether the
#' helpers are run during package loading.
#'
#' `is_loading()` returns `TRUE` when it is called while `load_all()`
Expand Down

0 comments on commit a5e9011

Please sign in to comment.