From e96a3645facac8f9f0d61aa83919c9dd27554d0f Mon Sep 17 00:00:00 2001 From: Brian Bowman Date: Tue, 20 Sep 2016 18:03:54 -0500 Subject: [PATCH] Fix typo in bincode::serde (#88) --- src/serde/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/serde/mod.rs b/src/serde/mod.rs index e570111..b6a30d4 100644 --- a/src/serde/mod.rs +++ b/src/serde/mod.rs @@ -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};