Skip to content

Commit

Permalink
Update R/expr__expr.R
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebacher authored Aug 4, 2023
1 parent 66fdb2a commit 9af5163
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/expr__expr.R
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ Expr_eq = function(other) {
#' @param e1 lhs Expr
#' @param e2 rhs Expr or anything which can become a literal Expression
#' @rdname Expr_eq
"==.Expr" = function(e1, e2) result(wrap_e(e1)$eq(e2)) |> unwrap("using the '='-operator")
"==.Expr" = function(e1, e2) result(wrap_e(e1)$eq(e2)) |> unwrap("using the '=='-operator")


#' Not Equal !=
Expand Down

0 comments on commit 9af5163

Please sign in to comment.