Skip to content

Commit

Permalink
adjust documentation formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
khusmann committed Sep 5, 2024
1 parent a7b601e commit 81566c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/interlaced.R
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,8 @@ new_interlaced <- function(value_channel, na_channel, ...) {
#'
#' Regular comparison operators (i.e. `==` and `!=`) only apply to value
#' channel; when used with missing values they always result in `NA`.
#'
#' The multichannel comparison operators `%==%` and `%!=%` compare BOTH the
#' By contrast,
#' the multichannel comparison operators `%==%` and `%!=%` compare BOTH the
#' value and missing reason channels of a variable. Multichannel equality
#' `%==%` operates identically to regular `==` when both operands are values,
#' but will return `FALSE` instead of `NA` when one is missing. When both values
Expand Down

0 comments on commit 81566c8

Please sign in to comment.