Skip to content

Commit 4cc993f

Browse files
authored
fix typo
1 parent 13941dc commit 4cc993f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specs/jsonschema-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ tokens:
376376
- simple quantifiers: `+` (one or more), `*` (zero or more), `?` (zero or one),
377377
and their non-greedy versions (`+?`, `*?`, `??`);
378378
- range quantifiers: `{x}` (exactly x occurrences), `{x,y}` (at least x, at most
379-
y, occurrences), {x,} (x occurrences or more), and their non-greedy versions;
379+
y, occurrences), `{x,}` (x occurrences or more), and their non-greedy versions;
380380
- the beginning-of-input (`^`) and end-of-input (`$`) anchors;
381381
- simple grouping (using `(` and `)`) and alternation (`|`).
382382

0 commit comments

Comments
 (0)