Skip to content

Commit 042cd78

Browse files
fix a typo
1 parent 9ac3de6 commit 042cd78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros-by-example.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ The repetition operators are:
166166

167167
- `*` — indicates any number of repetitions.
168168
- `+` — indicates any number but at least one.
169-
- `?` — indicates an optional fragment with zero or one occurrences.
169+
- `?` — indicates an optional fragment with zero or one occurrence.
170170

171171
Since `?` represents at most one occurrence, it cannot be used with a
172172
separator.

0 commit comments

Comments
 (0)