Fixed modulo docs

This commit is contained in:
Mike Farah
2023-03-18 14:53:36 +11:00
parent fdce8fce13
commit 95aafdd8d5
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
# Modulo
Arithmetic modulo operator, returns the remainder from dividing two numbers.
Arithmetic modulo operator, returns the remainder from dividing two numbers.
+1
View File
@@ -1,6 +1,7 @@
# Modulo
Arithmetic modulo operator, returns the remainder from dividing two numbers.
## Number modulo - int
If the lhs and rhs are ints then the expression will be calculated with ints.