Skip to content

Commit 1d5ea1e

Browse files
corrected function name from modoulo to modulus
Signed-off-by: Matthew Wells <[email protected]>
1 parent 9bab64d commit 1d5ea1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/java/org/opensearch/sql/expression/operator/arthmetic/ArithmeticFunction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ private static DefaultFunctionResolver divideFunction() {
141141
}
142142

143143
/**
144-
* Definition of modulo(x, y) function.
144+
* Definition of modulus(x, y) function.
145145
* Returns the number x modulo by number y
146146
* The supported signature of modulo function is
147147
* (x: BYTE/SHORT/INTEGER/LONG/FLOAT/DOUBLE, y: BYTE/SHORT/INTEGER/LONG/FLOAT/DOUBLE)

0 commit comments

Comments
 (0)