Skip to content

Commit 3758c60

Browse files
authored
Update src/tropical_bitwise.jl
1 parent 0a07cfd commit 3758c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tropical_bitwise.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ It maps
88
* `+` to `|`
99
* `*` to `&`
1010
* `0` to `0`
11-
* `1` to ~0`
11+
* `1` to `~0`
1212
1313
Example
1414
-------------------------

0 commit comments

Comments
 (0)