Skip to content

Commit

Permalink
Fix doc typos detected by CRAN
Browse files Browse the repository at this point in the history
  • Loading branch information
DavisVaughan committed Oct 12, 2023
1 parent e2291d0 commit 44bd44b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion R/conditions.R
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#'
#' @inheritParams rlang::args_error_context
#' @param x,y,to Vectors
#' @param subclass Use if you want to further customize the class.
#' @param ...,class Only use these fields when creating a subclass.
#' @param x_arg,y_arg,to_arg Argument names for `x`, `y`, and `to`. Used in
#' error messages to inform the user about the locations of incompatible
Expand Down
2 changes: 1 addition & 1 deletion R/subscript.R
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#'
#' @inheritParams vec_as_location
#'
#' @param logical,location,character How to handle logical, numeric,
#' @param logical,numeric,character How to handle logical, numeric,
#' and character subscripts.
#'
#' If `"cast"` and the subscript is not one of the three base types
Expand Down
2 changes: 0 additions & 2 deletions man/vctrs-conditions.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/vec_as_subscript.Rd

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

0 comments on commit 44bd44b

Please sign in to comment.