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
+1 -1
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.
///