Skip to content

Commit

Permalink
v1.0.4 release prep
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCoretta committed Jun 17, 2024
1 parent 1707e76 commit 636801a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions cond.go
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ func (r *condition) setKeyword(kw any) {
}

/*
SetOperator sets the receiver's comparison operator using the
SetOperator sets the receiver's [ComparisonOperator] using the
specified [Operator]-qualifying input argument (op).
*/
func (r Condition) SetOperator(op Operator) Condition {
Expand All @@ -190,7 +190,8 @@ func (r *condition) setOperator(op Operator) {

/*
SetExpression sets the receiver's expression value(s) using the
specified ex input argument.
specified ex input argument. See also the [Condition.Expression]
method.
*/
func (r Condition) SetExpression(ex any) Condition {
if r.IsInit() {
Expand Down

0 comments on commit 636801a

Please sign in to comment.