Skip to content

Commit ee257d0

Browse files
committed
docs: small changes
1 parent 51ca6c8 commit ee257d0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

R/check_operators.R

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
#' Logical AND and OR operators for `check_*`-functions from [`checkmate`][`checkmate::checkmate`].
55
#'
66
#' @param lhs,rhs (`function()`)\cr
7-
#' `check_*`-functions that return either `TRUE` or an error message.
7+
#' `check_*`-functions that return either `TRUE` or an error message as a `character(1)`.
88
#'
99
#' @return Either `TRUE` or a `character(1)`.
1010
#'
1111
#' @name check_operators
1212
#' @examples
1313
#' library(checkmate)
1414
#'
15-
#' x = c(0, 1, 2, 3)#
15+
#' x = c(0, 1, 2, 3)
1616
#' check_numeric(x) %check&&% check_names(names(x), "unnamed") # is TRUE
1717
#' check_numeric(x) %check&&% check_true(all(x < 0)) # fails
1818
#'

man/check_operators.Rd

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)