Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 authored Feb 2, 2025
1 parent 13941dc commit 4cc993f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/jsonschema-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ tokens:
- simple quantifiers: `+` (one or more), `*` (zero or more), `?` (zero or one),
and their non-greedy versions (`+?`, `*?`, `??`);
- range quantifiers: `{x}` (exactly x occurrences), `{x,y}` (at least x, at most
y, occurrences), {x,} (x occurrences or more), and their non-greedy versions;
y, occurrences), `{x,}` (x occurrences or more), and their non-greedy versions;
- the beginning-of-input (`^`) and end-of-input (`$`) anchors;
- simple grouping (using `(` and `)`) and alternation (`|`).

Expand Down

0 comments on commit 4cc993f

Please sign in to comment.