about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-09 09:25:04 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-09 09:25:04 -0800
commitfb587f1f9bfbd102e7fffdd023c40974a3dd71cc (patch)
tree2d01d4cff8c12bc31ec7eef70b43a9ce9a99ccc2 /src/libstd
parentae805da48724e6238c4d2f56541774e5fcd13bf1 (diff)
parent8ba56052330c69b6bb5bb9c477ff2d3894e5911d (diff)
downloadrust-fb587f1f9bfbd102e7fffdd023c40974a3dd71cc.tar.gz
rust-fb587f1f9bfbd102e7fffdd023c40974a3dd71cc.zip
rollup merge of #19614: steveklabnik/gh19599
Fixes #19599
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/rand/mod.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/rand/mod.rs b/src/libstd/rand/mod.rs
index a359fcf7a9f..5b5fa2952e6 100644
--- a/src/libstd/rand/mod.rs
+++ b/src/libstd/rand/mod.rs
@@ -80,7 +80,7 @@
 //! circle, both centered at the origin. Since the area of a unit circle is π,
 //! we have:
 //!
-//! ```notrust
+//! ```text
 //!     (area of unit circle) / (area of square) = π / 4
 //! ```
 //!