From 127380a5068f9bf5d09a854984796d51e9af3b4d Mon Sep 17 00:00:00 2001 From: Brian Bowman Date: Thu, 7 Apr 2016 03:05:41 -0500 Subject: [PATCH] fix typo --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 1baf135..4a0f78e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -66,7 +66,7 @@ pub mod serde; /// that is larger than your decoder expects. By supplying a size limit to an /// encoding function, the encoder will verify that the structure can be encoded /// within that limit. This verification occurs before any bytes are written to -/// the Writer, so recovering from an the error is easy. +/// the Writer, so recovering from an error is easy. #[derive(Clone, Copy, Debug, Hash, Eq, PartialEq, Ord, PartialOrd)] pub enum SizeLimit { Infinite,