about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPoliorcetics <poliorcetics@users.noreply.github.com>2020-07-19 16:28:18 +0200
committerGitHub <noreply@github.com>2020-07-19 16:28:18 +0200
commita459fc4e3140cd89457f973045d9c82ef2928698 (patch)
tree48f8a4a415461029babe3f30faf2c5f9a9c7429e
parentb7bf3c83c408c18465bc3a1ea9c98a0023b90d93 (diff)
downloadrust-a459fc4e3140cd89457f973045d9c82ef2928698.tar.gz
rust-a459fc4e3140cd89457f973045d9c82ef2928698.zip
Apply suggestions from review
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
-rw-r--r--src/libstd/keyword_docs.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/keyword_docs.rs b/src/libstd/keyword_docs.rs
index 139b402c335..a3f5a820d67 100644
--- a/src/libstd/keyword_docs.rs
+++ b/src/libstd/keyword_docs.rs
@@ -387,7 +387,7 @@ mod extern_keyword {}
 //
 /// A value of type [`bool`] representing logical **false**.
 ///
-/// Logically `false` is not equal to [`true`].
+/// `false` is the logical opposite of [`true`].
 ///
 /// See the documentation for [`true`] for more information.
 ///