about summary refs log tree commit diff
path: root/src/doc/rustc-dev-guide
diff options
context:
space:
mode:
authorRajkumar Natarajan <rajkumar.natarajan@synacor.com>2019-01-17 14:09:41 -0500
committerWho? Me?! <mark-i-m@users.noreply.github.com>2019-01-17 18:56:02 -0600
commitc86ce3d044f5140bfefe5b3c53b37d3ac9adcd32 (patch)
tree7c2a028c72e04c611abecedc4eac6b32f6fc21ab /src/doc/rustc-dev-guide
parente750b37068deb7727074f34ea1934b8e088b9fcb (diff)
downloadrust-c86ce3d044f5140bfefe5b3c53b37d3ac9adcd32.tar.gz
rust-c86ce3d044f5140bfefe5b3c53b37d3ac9adcd32.zip
issue 130 stabilization guide
Diffstat (limited to 'src/doc/rustc-dev-guide')
-rw-r--r--src/doc/rustc-dev-guide/src/stabilization_guide.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/stabilization_guide.md b/src/doc/rustc-dev-guide/src/stabilization_guide.md
index 89407308d27..e56313bb0cb 100644
--- a/src/doc/rustc-dev-guide/src/stabilization_guide.md
+++ b/src/doc/rustc-dev-guide/src/stabilization_guide.md
@@ -22,15 +22,15 @@ If there wasn't documentation there, it needs to be added.
 
 Places that may need updated documentation:
 
-    [The Reference]: This must be updated, in full detail.
-    [The Book]: This may or may not need updating, depends.
+- [The Reference]: This must be updated, in full detail.
+- [The Book]: This may or may not need updating, depends.
     If you're not sure, please open an issue on this repository
     and it can be discussed.
-    standard library documentation: As needed. Language features
+- standard library documentation: As needed. Language features
     often don't need this, but if it's a feature that changes
     how good examples are written, such as when `?` was added
     to the language, updating examples is important.
-    [Rust by Example]: As needed.
+- [Rust by Example]: As needed.
 
 Prepare PRs to update documentations invovling this new feature
 for  repositories mentioned above.Maintainers of these repositories