Skip to content

Commit 1df9a33

Browse files
thaliaarchiBurntSushi
authored andcommitted
doc: backticks for inline code
Closes #1299
1 parent 8f5d947 commit 1df9a33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regex-syntax/src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -839,7 +839,7 @@ pub enum ClassAsciiKind {
839839
Lower,
840840
/// `[ -~]`
841841
Print,
842-
/// `[!-/:-@\[-`{-~]`
842+
/// ``[!-/:-@\[-`{-~]``
843843
Punct,
844844
/// `[\t\n\v\f\r ]`
845845
Space,

0 commit comments

Comments
 (0)