From ed3cd8de268fcaa25518d675116ccfa5e5641b91 Mon Sep 17 00:00:00 2001 From: Tony Garnock-Jones Date: Tue, 25 May 2021 23:01:16 +0200 Subject: [PATCH] Repair typo --- preserves-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preserves-schema.md b/preserves-schema.md index fdc86a4..8c41258 100644 --- a/preserves-schema.md +++ b/preserves-schema.md @@ -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 .