Skip to content

Commit 9f8a007

Browse files
committed
fix quality warnings
1 parent b5cf28b commit 9f8a007

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • eo-runtime/src/main/eo/org/eolang

eo-runtime/src/main/eo/org/eolang/true.eo

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
left > [left right] > if
3636

3737
# And.
38+
# A logical operation that returns True only if all given conditions are true.
3839
01-.eq x > [x] > and
3940

4041
# Or.
42+
# A logical operation that returns True if at least one of the given conditions is true.
4143
^ > [x] > or

0 commit comments

Comments
 (0)