We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9ac3de6 + 042cd78 commit 5ddf52aCopy full SHA for 5ddf52a
src/macros-by-example.md
@@ -166,7 +166,7 @@ The repetition operators are:
166
167
- `*` — indicates any number of repetitions.
168
- `+` — indicates any number but at least one.
169
-- `?` — indicates an optional fragment with zero or one occurrences.
+- `?` — indicates an optional fragment with zero or one occurrence.
170
171
Since `?` represents at most one occurrence, it cannot be used with a
172
separator.
0 commit comments