Skip to content

Commit

Permalink
corrected function name from modoulo to modulus
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Wells <[email protected]>
  • Loading branch information
matthewryanwells committed Jun 1, 2023
1 parent 9bab64d commit 1d5ea1e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ private static DefaultFunctionResolver divideFunction() {
}

/**
* Definition of modulo(x, y) function.
* Definition of modulus(x, y) function.
* Returns the number x modulo by number y
* The supported signature of modulo function is
* (x: BYTE/SHORT/INTEGER/LONG/FLOAT/DOUBLE, y: BYTE/SHORT/INTEGER/LONG/FLOAT/DOUBLE)
Expand Down

0 comments on commit 1d5ea1e

Please sign in to comment.