diff options
| author | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-01-15 21:00:36 -0500 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2019-01-17 18:56:02 -0600 |
| commit | a09d916d14fe5628d2d8496d31866bbda7cee2cc (patch) | |
| tree | 46533e627aa81ce9b53dc1dc8fd60605992ac4d6 /src/doc | |
| parent | 93f5fc52c3852636154ecc1835c384b5fe54a028 (diff) | |
| download | rust-a09d916d14fe5628d2d8496d31866bbda7cee2cc.tar.gz rust-a09d916d14fe5628d2d8496d31866bbda7cee2cc.zip | |
Update src/stabilization_guide.md
Co-Authored-By: rajcspsg <raj.cs.psg@gmail.com>
Diffstat (limited to 'src/doc')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/stabilization_guide.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doc/rustc-dev-guide/src/stabilization_guide.md b/src/doc/rustc-dev-guide/src/stabilization_guide.md index af86b450eaa..db8b5c3f4d5 100644 --- a/src/doc/rustc-dev-guide/src/stabilization_guide.md +++ b/src/doc/rustc-dev-guide/src/stabilization_guide.md @@ -64,7 +64,7 @@ Here is a general guide to how to stabilize a feature -- every feature is different, of course, so some features may require steps beyond what this guide talks about. -Note: Before we stabilize any feature, it is rule that it should appear +Note: Before we stabilize any feature, it's the rule that it should appear in the documentation. ### Updating the feature-gate listing @@ -178,4 +178,4 @@ Places that may need updated documentation: [rust-lang/rust#32409]:https://github.com/rust-lang/rust/issues/32409 [The Reference]: https://github.com/rust-lang-nursery/reference [The Book]: https://github.com/rust-lang/book -[Rust by Example]: https://github.com/rust-lang/rust-by-example \ No newline at end of file +[Rust by Example]: https://github.com/rust-lang/rust-by-example |
