Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
radbasa committed Aug 27, 2024
1 parent a671c2e commit b388e5b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion R/box_lsp.R
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ process_module <- function(sym_name, signature, action) {
#' @returns Used for side-effects provided by the `action` list of functions.
#'
#' @examples
#' \donttsst{
#' \donttest{
#' action <- list(
#' assign = function(symbol, value) {
#' cat(paste("ASSIGN: ", symbol, value, "\n"))
Expand Down
2 changes: 1 addition & 1 deletion R/utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#' @returns Writes configuration lines to `file_path`.
#'
#' @examples
#' if (interactive() {
#' if (interactive()) {
#' use_box_lsp()
#' }
#'
Expand Down
2 changes: 1 addition & 1 deletion man/box_use_parser.Rd

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

2 changes: 1 addition & 1 deletion man/use_box_lsp.Rd

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

0 comments on commit b388e5b

Please sign in to comment.