Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
findepi authored and losipiuk committed Jun 25, 2021
1 parent 04bf254 commit 53bc515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/sphinx/sql/match-recognize.rst
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ This is incorrect::
It is also required that all column references and all ``classifier`` calls
inside a pattern navigation function are consistent in referred pattern
variables. They must all refer either to the same primary variable, the same
union variable, or to the implicit universal patter variable. The following
union variable, or to the implicit universal pattern variable. The following
examples are correct::

LAST(CLASSIFIER() = 'A' OR totalprice > 10) /* universal pattern variable */
Expand Down

0 comments on commit 53bc515

Please sign in to comment.