From c47f1c75384a4d4f41c2026cfb7366ea1dd3be62 Mon Sep 17 00:00:00 2001 From: mdinger Date: Wed, 19 Aug 2015 18:07:37 -0400 Subject: [PATCH] Add missing code fencing --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 299f6b3..15f3a04 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -133,6 +133,8 @@ pub trait UnicodeSegmentation { /// [General_Category=Number](http://unicode.org/reports/tr44/#General_Category_Values). /// /// # Example + /// + /// ``` /// # use self::unicode_segmentation::UnicodeSegmentation; /// let uws = "The quick (\"brown\") fox can't jump 32.3 feet, right?"; /// let uw1 = uws.unicode_words().collect::>();