diff options
| author | Kevin Ballard <kevin@sb.org> | 2014-08-27 21:34:03 -0700 |
|---|---|---|
| committer | Jakub Wieczorek <jakub@jakub.cc> | 2014-09-30 18:54:03 +0200 |
| commit | 13e00e4a3d18802ca6407e59935be9f2c33ec061 (patch) | |
| tree | 86310bd54230b0caaa201dbf7485e104abe935f2 /src/doc | |
| parent | 8a609521007c0c0c37d8d2396085631c08ad5232 (diff) | |
| download | rust-13e00e4a3d18802ca6407e59935be9f2c33ec061.tar.gz rust-13e00e4a3d18802ca6407e59935be9f2c33ec061.zip | |
Update based on PR feedback
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/reference.md | 2 | ||||
| -rw-r--r-- | src/doc/rust.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 04ebcf9a3fb..0500088bbdc 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -2441,7 +2441,7 @@ The currently implemented features of the reference compiler are: * `default_type_params` - Allows use of default type parameters. The future of this feature is uncertain. -* `if_let` - Allows use of the `if let` desugaring syntax. +* `if_let` - Allows use of the `if let` syntax. * `intrinsics` - Allows use of the "rust-intrinsics" ABI. Compiler intrinsics are inherently unstable and no promise about them is made. diff --git a/src/doc/rust.md b/src/doc/rust.md index c5dd95902fc..7f02260cd2c 100644 --- a/src/doc/rust.md +++ b/src/doc/rust.md @@ -1,3 +1,3 @@ % The Rust Reference Manual -The manual has moved, and is now called [the reference](reference.html). \ No newline at end of file +The manual has moved, and is now called [the reference](reference.html). |
