Skip to content
Snippets Groups Projects
Commit b0a1e93e 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.
parent 33ea908a
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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