]> git.lizzy.rs Git - rust.git/commitdiff
Short documentation for the false keyword
authorAlexis Bourget <alexis.bourget@gmail.com>
Wed, 24 Jun 2020 12:53:52 +0000 (14:53 +0200)
committerAlexis Bourget <alexis.bourget@gmail.com>
Wed, 24 Jun 2020 12:53:52 +0000 (14:53 +0200)
src/libstd/keyword_docs.rs

index a4996d9eee810d0c2654aedda0fe3b048684522d..cd722458a90b80d4c3b177f096e639dc260bde30 100644 (file)
@@ -387,10 +387,12 @@ mod extern_keyword {}
 //
 /// A value of type [`bool`] representing logical **false**.
 ///
-/// The documentation for this keyword is [not yet complete]. Pull requests welcome!
+/// Logically `false` is not equal to [`true`].
+///
+/// See the documentation for [`true`] for more information.
 ///
+/// [`true`]: keyword.true.html
 /// [`bool`]: primitive.bool.html
-/// [not yet complete]: https://github.com/rust-lang/rust/issues/34601
 mod false_keyword {}
 
 #[doc(keyword = "fn")]