aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2016-08-16 14:49:31 -0700
committerGitHub <noreply@github.com>2016-08-16 14:49:31 -0700
commit61dd5585f572b6b8ac2d45811cbb97430d82832f (patch)
tree9957f7490cdc9440868c180dd1ffdc2ca46c32c2
parent817185454757eeb54c4c7073e99d9535bfbb7da3 (diff)
parent5d4be0537542cde52cfa7fa6d543582bca0df0ee (diff)
downloadmilf-rs-61dd5585f572b6b8ac2d45811cbb97430d82832f.tar.gz
milf-rs-61dd5585f572b6b8ac2d45811cbb97430d82832f.zip
Merge pull request #108 from vks/patch-2
Fix a typo
-rw-r--r--src/encoder/mod.rs2
1 files changed, 1 insertions, 1 deletions
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.