From 5963cbb032375c39dfeda7b29d351b3bfdca04d5 Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Wed, 20 Dec 2017 14:55:09 +0100 Subject: [PATCH] Fix typos --- src/lib.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index df5ec87..9ac7a85 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -18,10 +18,10 @@ //! If you want [Serde](https://github.com/serde-rs/serde) support, //! include `"serde"` in your list of features. //! -//! > Note that deserializing does not currently check for all invalid inputs. -//! For example if you deserialize a corrupted [`Variance`] it may return +//! Note that deserializing does not currently check for all invalid inputs. +//! For example, if you deserialize a corrupted [`Variance`] it may return //! a negative value for variance, even though that is mathematically impossible. -//! In a future miner release some of these checks may be added. +//! In a future minor release some of these checks may be added. //! //! //! ### Example