Skip to content

Commit

Permalink
Fix typo in Exception's message; MasterDuke++
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Oct 1, 2017
1 parent 07c1e4f commit f8a74ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/Exception.pm
Expand Up @@ -1708,7 +1708,7 @@ my class X::Syntax::Regex::QuantifierValue does X::Syntax {
|| $!non-numeric-range
&& 'Cannot use Range with non-Numeric or NaN end points as quantifier'
|| $!non-numeric
&& 'Cannot non-Numeric or NaN value as quantifier'
&& 'Cannot use non-Numeric or NaN value as quantifier'
|| $!empty-range
&& 'Cannot use empty Range as quantifier'
|| 'Invalid quantifier value'
Expand Down

0 comments on commit f8a74ea

Please sign in to comment.