Skip to content

Commit c7d95ae

Browse files
committed
Fix docs for backtick in inline code
1 parent ef1c2c3 commit c7d95ae

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)