Skip to content

Commit fbb2ba7

Browse files
committed
Revert unwarranted backticks in docs
1 parent 264ef3f commit fbb2ba7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -432,9 +432,9 @@ These classes are based on the definitions provided in
432432
<pre class="rust">
433433
\d digit (\p{Nd})
434434
\D not digit
435-
\s whitespace (\p{`White_Space`})
435+
\s whitespace (\p{White_Space})
436436
\S not whitespace
437-
\w word character (\p{Alphabetic} + \p{M} + \d + \p{Pc} + \p{`Join_Control`})
437+
\w word character (\p{Alphabetic} + \p{M} + \d + \p{Pc} + \p{Join_Control})
438438
\W not word character
439439
</pre>
440440

0 commit comments

Comments
 (0)