Fix typos

This commit is contained in:
Vinzent Steinberg 2017-12-20 14:55:09 +01:00 committed by GitHub
parent e41ae320ac
commit 5963cbb032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

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