Skip to content

Commit 769ccc1

Browse files
tighter wording: integer-->numeric
1 parent b74737f commit 769ccc1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

R/expect-shape.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#' @seealso [expect_length()] to specifically make assertions about the
1212
#' [length()] of a vector.
1313
#' @inheritParams expect_that
14-
#' @param shape Expected shape, an integer vector.
14+
#' @param shape Expected shape, a numeric vector.
1515
#' @param nrow Expected number of rows, numeric.
1616
#' @param ncol Expected number of columns, numeric.
1717
#' @family expectations

man/expect_shape.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)