Skip to content

Commit c47f1c7

Browse files
committed
Add missing code fencing
1 parent 5b930ab commit c47f1c7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,8 @@ pub trait UnicodeSegmentation {
133133
/// [General_Category=Number](http://unicode.org/reports/tr44/#General_Category_Values).
134134
///
135135
/// # Example
136+
///
137+
/// ```
136138
/// # use self::unicode_segmentation::UnicodeSegmentation;
137139
/// let uws = "The quick (\"brown\") fox can't jump 32.3 feet, right?";
138140
/// let uw1 = uws.unicode_words().collect::<Vec<&str>>();

0 commit comments

Comments
 (0)