Apply suggestions from review

Co-authored-by: Joshua Nelson <joshua@yottadb.com>
This commit is contained in:
Poliorcetics 2020-07-19 16:28:18 +02:00 committed by GitHub
parent b7bf3c83c4
commit a459fc4e31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.
///