Skip to content

Commit 9d8f7f1

Browse files
committed
Revert mistake
1 parent 3ee4cf3 commit 9d8f7f1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

R/expect-inheritance.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#' * `expect_type(x, type)` checks that `typeof(x)` is `type`.
99
#' * `expect_s3_class(x, class)` checks that `x` is an S3 object that
1010
#' [inherits()] from `class`
11-
#' * `expect_s3_class(x, NA)` checks that `x` is an S3 object.
11+
#' * `expect_s3_class(x, NA)` checks that `x` isn't an S3 object.
1212
#' * `expect_s4_class(x, class)` checks that `x` is an S4 object that
1313
#' [is()] `class`.
1414
#' * `expect_s4_class(x, NA)` checks that `x` isn't an S4 object.

man/inheritance-expectations.Rd

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

0 commit comments

Comments
 (0)