From fbb2ba7d592244832ada655128d6f2ecac00ab69 Mon Sep 17 00:00:00 2001 From: Lukas Lueg Date: Fri, 2 Jun 2017 07:10:19 +0200 Subject: [PATCH] Revert unwarranted backticks in docs --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 9f813438a9..128932e620 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -432,9 +432,9 @@ These classes are based on the definitions provided in
 \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