diff options
| author | Poliorcetics <poliorcetics@users.noreply.github.com> | 2020-07-19 16:28:18 +0200 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-19 16:28:18 +0200 | 
| commit | a459fc4e3140cd89457f973045d9c82ef2928698 (patch) | |
| tree | 48f8a4a415461029babe3f30faf2c5f9a9c7429e | |
| parent | b7bf3c83c408c18465bc3a1ea9c98a0023b90d93 (diff) | |
| download | rust-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.rs | 2 | 
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. ///  | 
