Skip to content

Commit 44bd44b

Browse files
committed
Fix doc typos detected by CRAN
1 parent e2291d0 commit 44bd44b

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

R/conditions.R

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
#'
88
#' @inheritParams rlang::args_error_context
99
#' @param x,y,to Vectors
10-
#' @param subclass Use if you want to further customize the class.
1110
#' @param ...,class Only use these fields when creating a subclass.
1211
#' @param x_arg,y_arg,to_arg Argument names for `x`, `y`, and `to`. Used in
1312
#' error messages to inform the user about the locations of incompatible

R/subscript.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
#'
1111
#' @inheritParams vec_as_location
1212
#'
13-
#' @param logical,location,character How to handle logical, numeric,
13+
#' @param logical,numeric,character How to handle logical, numeric,
1414
#' and character subscripts.
1515
#'
1616
#' If `"cast"` and the subscript is not one of the three base types

man/vctrs-conditions.Rd

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/vec_as_subscript.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)