Skip to content

Commit

Permalink
[SPARK-17647][SQL][FOLLOWUP][MINOR] fix typo
Browse files Browse the repository at this point in the history
## What changes were proposed in this pull request?

fix typo

## How was this patch tested?

manual

Author: Felix Cheung <felixcheung_m@hotmail.com>

Closes #17663 from felixcheung/likedoctypo.
  • Loading branch information
felixcheung authored and Felix Cheung committed Apr 18, 2017
1 parent 33ea908 commit b0a1e93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ abstract class StringRegexExpression extends BinaryExpression
_ matches any one character in the input (similar to . in posix regular expressions)
% matches zero ore more characters in the input (similar to .* in posix regular
% matches zero or more characters in the input (similar to .* in posix regular
expressions)
The escape character is '\'. If an escape character precedes a special symbol or another
Expand Down

0 comments on commit b0a1e93

Please sign in to comment.