Skip to content

Commit 5ddf52a

Browse files
authored
Merge pull request #1359 from OccupyMars2025/patch-1
fix a typo
2 parents 9ac3de6 + 042cd78 commit 5ddf52a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/macros-by-example.md

+1-1
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)