Skip to content

Commit 5dbbf0e

Browse files
committed
fix: typo
1 parent beff078 commit 5dbbf0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Init/Data/Bool.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public section
1313
namespace Bool
1414

1515
/--
16-
Boolean “logical or”. `lor x y`.
16+
Boolean “logical and”. `land x y`.
1717
1818
`land x y` is `true` when both of `x` or `y` are `true`. It is functionally the same as
1919
`x && y` but it does not have short-circuiting behavior: any call to `land` will evaluate both

0 commit comments

Comments
 (0)