mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 22:28:45 +01:00
Merge pull request #84 from zeckalpha/operator_they_their_typo
Docs: Expressions: Operators: they->their typo
This commit is contained in:
@ -198,7 +198,7 @@ The `&&` and `||` operators are not like the other infix operators. They work
|
||||
more like [control flow](control-flow.html) structures than operators because
|
||||
they conditionally execute some code—they short-circuit. Depending on the
|
||||
value of the left-hand side, the right-hand operand expression may or may not
|
||||
be evaluated. Because of this, they cannot be overloaded and they behavior is
|
||||
be evaluated. Because of this, they cannot be overloaded and their behavior is
|
||||
fixed.
|
||||
|
||||
A `&&` ("logical and") expression evaluates the left-hand argument. If it's
|
||||
|
||||
Reference in New Issue
Block a user