Skip to content
Snippets Groups Projects
Commit a4c1ebc1 authored by Felix Cheung's avatar Felix Cheung Committed by Felix Cheung
Browse files

[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 <felixcheung_m@hotmail.com>

Closes #17663 from felixcheung/likedoctypo.

(cherry picked from commit b0a1e93e)
Signed-off-by: default avatarFelix Cheung <felixcheung@apache.org>
parent 3808b472
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ trait StringRegexExpression extends ImplicitCastInputTypes {
_ 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment