We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d9cd5d commit 2b4f587Copy full SHA for 2b4f587
1 file changed
docs/plugins/lastgenre.rst
@@ -204,7 +204,7 @@ plain ``metal`` will not match ``heavy metal`` unless you write a regex like
204
205
- The global key ``'*'`` **must** be surrounded by single quotes so that
206
YAML does not interpret it as an anchor.
207
- - Any regex pattern that starts with special YAML characters (especially
+ - Any regex pattern that starts with a special YAML character (especially
208
``[`` or ``*``) **must** be surrounded by quotes.
209
- Prefer **single quotes** (``'...'``) when quoting is necessary, as they
210
treat backslashes literally (no double-escaping required).
0 commit comments