]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/keyword_docs.rs
Rollup merge of #74536 - Nicholas-Baron:master, r=joshtriplett
[rust.git] / src / libstd / keyword_docs.rs
index d8d7039777cecb48103093869b95b717fd66bda9..a62987891b99b24f5b4c153dd5f4a7827a30b98e 100644 (file)
@@ -387,10 +387,11 @@ mod extern_keyword {}
 //
 /// A value of type [`bool`] representing logical **false**.
 ///
-/// The documentation for this keyword is [not yet complete]. Pull requests welcome!
+/// `false` is the logical opposite of [`true`].
 ///
-/// [`bool`]: primitive.bool.html
-/// [not yet complete]: https://github.com/rust-lang/rust/issues/34601
+/// See the documentation for [`true`] for more information.
+///
+/// [`true`]: keyword.true.html
 mod false_keyword {}
 
 #[doc(keyword = "fn")]