From 5d4be0537542cde52cfa7fa6d543582bca0df0ee Mon Sep 17 00:00:00 2001 From: Vinzent Steinberg Date: Tue, 16 Aug 2016 23:41:53 +0200 Subject: Fix a typo --- src/encoder/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/encoder/mod.rs b/src/encoder/mod.rs index d3aba1b..cd52b66 100644 --- a/src/encoder/mod.rs +++ b/src/encoder/mod.rs @@ -54,7 +54,7 @@ pub enum Error { /// Indication that a key was needed when a value was emitted, but no key /// was previously emitted. NeedsKey, - /// Indication that a key was emitted, but not value was emitted. + /// Indication that a key was emitted, but no value was emitted. NoValue, /// Indicates that a map key was attempted to be emitted at an invalid /// location. -- cgit v1.2.3