Skip to content

Commit

Permalink
Revert unwarranted backticks in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaslueg committed Jun 2, 2017
1 parent 264ef3f commit fbb2ba7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,9 +432,9 @@ These classes are based on the definitions provided in
<pre class="rust">
\d digit (\p{Nd})
\D not digit
\s whitespace (\p{`White_Space`})
\s whitespace (\p{White_Space})
\S not whitespace
\w word character (\p{Alphabetic} + \p{M} + \d + \p{Pc} + \p{`Join_Control`})
\w word character (\p{Alphabetic} + \p{M} + \d + \p{Pc} + \p{Join_Control})
\W not word character
</pre>
Expand Down

0 comments on commit fbb2ba7

Please sign in to comment.