Skip to content

Commit 1e16aa4

Browse files
committed
regex: clarify simple grouping
1 parent 464409a commit 1e16aa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jsonschema-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ tokens:
409409
- range quantifiers: `{x}` (exactly x occurrences), `{x,y}` (at least x, at most
410410
y, occurrences), {x,} (x occurrences or more), and their lazy versions;
411411
- the beginning-of-input (`^`) and end-of-input (`$`) anchors;
412-
- simple grouping (`(` and `)`) and alternation (`|`).
412+
- simple grouping (using `(` and `)`) and alternation (`|`).
413413

414414
Finally, implementations MUST NOT take regular expressions to be anchored,
415415
neither at the beginning nor at the end. This means, for instance, the pattern

0 commit comments

Comments
 (0)