Skip to content

Commit fd4c435

Browse files
committed
Merge pull request #5 from mdinger/code_format
Add missing code fencing
2 parents fd4e566 + c47f1c7 commit fd4c435

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
@@ -129,6 +129,8 @@ pub trait UnicodeSegmentation {
129129
/// [General_Category=Number](http://unicode.org/reports/tr44/#General_Category_Values).
130130
///
131131
/// # Example
132+
///
133+
/// ```
132134
/// # use self::unicode_segmentation::UnicodeSegmentation;
133135
/// let uws = "The quick (\"brown\") fox can't jump 32.3 feet, right?";
134136
/// let uw1 = uws.unicode_words().collect::<Vec<&str>>();

0 commit comments

Comments
 (0)