Skip to content

Commit a4c1ebc

Browse files
felixcheungFelix Cheung
authored andcommitted
[SPARK-17647][SQL][FOLLOWUP][MINOR] fix typo
## What changes were proposed in this pull request? fix typo ## How was this patch tested? manual Author: Felix Cheung <[email protected]> Closes #17663 from felixcheung/likedoctypo. (cherry picked from commit b0a1e93) Signed-off-by: Felix Cheung <[email protected]>
1 parent 3808b47 commit a4c1ebc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sql/catalyst/src/main/scala/org/apache/spark/sql/catalyst/expressions/regexpExpressions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ trait StringRegexExpression extends ImplicitCastInputTypes {
7878
7979
_ matches any one character in the input (similar to . in posix regular expressions)
8080
81-
% matches zero ore more characters in the input (similar to .* in posix regular
81+
% matches zero or more characters in the input (similar to .* in posix regular
8282
expressions)
8383
8484
The escape character is '\'. If an escape character precedes a special symbol or another

0 commit comments

Comments
 (0)