Skip to content
This repository was archived by the owner on Dec 9, 2024. It is now read-only.

Commit ea33698

Browse files
committed
fix: b.and and b.or operands naming
1 parent 95b06dc commit ea33698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/core-concepts/if-statements.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ B.if(
348348
Logical AND operator.
349349

350350
```ansi frame="none"
351-
[38;5;39mB.and[0m(...operators: (LogicalOperator | MathOperator)[]) => LogicalOperator
351+
[38;5;39mB.and[0m(...operands: (LogicalOperator | MathOperator)[]) => LogicalOperator
352352
```
353353

354354
Example
@@ -378,7 +378,7 @@ B.if(
378378
Logical OR operator.
379379

380380
```ansi frame="none"
381-
[38;5;39mB.or[0m(...operators: (LogicalOperator | MathOperator)[]) => LogicalOperator
381+
[38;5;39mB.or[0m(...operands: (LogicalOperator | MathOperator)[]) => LogicalOperator
382382
```
383383

384384
Example

0 commit comments

Comments
 (0)