Skip to content

Commit 249e07b

Browse files
committed
Short documentation for the false keyword
1 parent 1a4e2b6 commit 249e07b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/libstd/keyword_docs.rs

+4-2
Original file line numberDiff line numberDiff line change
@@ -387,10 +387,12 @@ mod extern_keyword {}
387387
//
388388
/// A value of type [`bool`] representing logical **false**.
389389
///
390-
/// The documentation for this keyword is [not yet complete]. Pull requests welcome!
390+
/// Logically `false` is not equal to [`true`].
391+
///
392+
/// See the documentation for [`true`] for more information.
391393
///
394+
/// [`true`]: keyword.true.html
392395
/// [`bool`]: primitive.bool.html
393-
/// [not yet complete]: https://github.com/rust-lang/rust/issues/34601
394396
mod false_keyword {}
395397

396398
#[doc(keyword = "fn")]

0 commit comments

Comments
 (0)