Fix a typo

This commit is contained in:
Vinzent Steinberg 2016-08-16 23:41:53 +02:00 committed by GitHub
parent 0018fbe992
commit 2299cb3744

View file

@ -54,7 +54,7 @@ pub enum Error {
/// Indication that a key was needed when a value was emitted, but no key /// Indication that a key was needed when a value was emitted, but no key
/// was previously emitted. /// was previously emitted.
NeedsKey, NeedsKey,
/// Indication that a key was emitted, but not value was emitted. /// Indication that a key was emitted, but no value was emitted.
NoValue, NoValue,
/// Indicates that a map key was attempted to be emitted at an invalid /// Indicates that a map key was attempted to be emitted at an invalid
/// location. /// location.