Repair typo

This commit is contained in:
Tony Garnock-Jones 2021-05-25 23:01:16 +02:00
parent e4f7219dc6
commit ed3cd8de26
1 changed files with 1 additions and 1 deletions

View File

@ -411,7 +411,7 @@ Compound patterns involve optionally-named subpatterns:
DictionaryEntries = { any: NamedSimplePattern ...:... }.
Explicitly-named subpatterns are always `SimplePattern`s; but,
depending context, if a name is omitted, the pattern may be a
depending on context, if a name is omitted, the pattern may be a
`Pattern` or may be restricted to `SimplePattern` as well:
NamedSimplePattern = @named NamedSimplePattern_ / @anonymous SimplePattern .