diff options
| author | Jonas Hietala <tradet.h@gmail.com> | 2014-09-17 15:02:26 +0200 |
|---|---|---|
| committer | Jonas Hietala <tradet.h@gmail.com> | 2014-09-17 15:02:26 +0200 |
| commit | f38f0b2e1af79766d13a18b506158ac32b16ce04 (patch) | |
| tree | d11179ef637f55a902ff7cd0df319c1a0ffd7f0c /src/libcore | |
| parent | 0d94d787a7c9b027a83445f1ca9c60d82e425243 (diff) | |
doc: Backticks and spelling mistakes.
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/option.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/option.rs b/src/libcore/option.rs index 6020f7ce7f5..c98a2d12485 100644 --- a/src/libcore/option.rs +++ b/src/libcore/option.rs @@ -327,7 +327,7 @@ impl<T> Option<T> { /// Instead, prefer to use pattern matching and handle the `None` /// case explicitly. /// - /// # Examle + /// # Example /// /// ``` /// let x = Some("air"); |
