about summary refs log tree commit diff
path: root/src/libstd/lib.rs
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2018-04-01 21:06:35 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2018-04-16 23:37:11 +0200
commitb2192ae157eab3b83d7cbc42d2e08925cbdfd8b6 (patch)
treebb68db0f1f320836898202494ad2140ecef13ae3 /src/libstd/lib.rs
parenta6fefdecdfff6641111ff6446f73d8364459e1f0 (diff)
downloadrust-b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6.tar.gz
rust-b2192ae157eab3b83d7cbc42d2e08925cbdfd8b6.zip
Add rustdoc-ui test suite
Diffstat (limited to 'src/libstd/lib.rs')
-rw-r--r--src/libstd/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libstd/lib.rs b/src/libstd/lib.rs
index a34fcb5a7f9..3242e136ff3 100644
--- a/src/libstd/lib.rs
+++ b/src/libstd/lib.rs
@@ -44,10 +44,10 @@
 //!
 //! Once you are familiar with the contents of the standard library you may
 //! begin to find the verbosity of the prose distracting. At this stage in your
-//! development you may want to press the **[-]** button near the top of the
+//! development you may want to press the `[-]` button near the top of the
 //! page to collapse it into a more skimmable view.
 //!
-//! While you are looking at that **[-]** button also notice the **[src]**
+//! While you are looking at that `[-]` button also notice the `[src]`
 //! button. Rust's API documentation comes with the source code and you are
 //! encouraged to read it. The standard library source is generally high
 //! quality and a peek behind the curtains is often enlightening.