Fix typo (#1456)
This commit is contained in:
parent
d2491d3c2d
commit
64b943aaf4
|
@ -1576,7 +1576,7 @@ values in deciding what was a valid match.
|
||||||
|
|
||||||
This would allow patterns such as ``InRange<0, 6>(value)``, which would match
|
This would allow patterns such as ``InRange<0, 6>(value)``, which would match
|
||||||
a number in the range 0..6 and assign the matched value to 'value'. Similarly,
|
a number in the range 0..6 and assign the matched value to 'value'. Similarly,
|
||||||
one could have a pattern which tests for the existince of a named group in
|
one could have a pattern which tests for the existence of a named group in
|
||||||
a regular expression match result (different meaning of the word 'match').
|
a regular expression match result (different meaning of the word 'match').
|
||||||
|
|
||||||
Although there is some support for this idea, there was a lot of bikeshedding
|
Although there is some support for this idea, there was a lot of bikeshedding
|
||||||
|
|
Loading…
Reference in New Issue