Fix docs for MOD. (#4971)

This commit is contained in:
Gian Merlino 2017-10-18 16:43:28 -07:00 committed by Fangjin Yang
parent 26b87c9f8e
commit d5e83f9d50
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Numeric functions will return 64 bit integers or 64 bit floats, depending on the
|`x - y`|Subtraction.| |`x - y`|Subtraction.|
|`x * y`|Multiplication.| |`x * y`|Multiplication.|
|`x / y`|Division.| |`x / y`|Division.|
|`x % y`|Mod.| |`MOD(x, y)`|Modulo (remainder of x divided by y).|
### String functions ### String functions