Fix typo in bincode::serde (#88)

This commit is contained in:
Brian Bowman 2016-09-20 18:03:54 -05:00 committed by Ty Overby
parent 44ea3bbbdb
commit e96a3645fa
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
//! A collection of serialization and deserialization functions
//! that use the `serde` crate for the serialazble and deserializable
//! that use the `serde` crate for the serializable and deserializable
//! implementation.
use std::io::{Write, Read};