Skip to content

Commit de9d1cd

Browse files
committed
readme changes
1 parent 65b15ca commit de9d1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ This is a kotlin multiplatform runtime [infix](https://en.wikipedia.org/wiki/Inf
88
The library supports the following operators and special symbols:
99

1010
* `+`, `-`, `*`, `/` - mathematical operators
11-
* `%` - [modulo](https://en.wikipedia.org/wiki/Modulo_operation)
11+
* `%` - [modulo](https://en.wikipedia.org/wiki/Modulo_operation). Returns the remainder of a division, after one number is divided by another
1212
* `^` - exponentiation. `a^b` means `a raised to the power of b`
1313
* `&&`, `||`, `!` - logical 'and', 'or', 'not' operators
1414
* `==`, `!=` - equality operators

0 commit comments

Comments
 (0)