From 3b6c946bb45b099cf986fd1d5259ab2a0b230641 Mon Sep 17 00:00:00 2001 From: Tangent 128 <Tangent128@gmail.com> Date: Thu, 12 Jan 2017 07:59:09 -0500 Subject: [PATCH] fixup comment --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index ce47d08..84912a5 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,7 +14,7 @@ pub enum Varint { Unknown } -/// Try to parse an EBML varint starting at the start of the given slice. +/// Try to parse an EBML varint at the start of the given slice. /// Returns an Err() if the format is corrupt. /// Returns Ok(None) if more bytes are needed to get a result. /// Returns Ok(Some((varint, next))) to return a varint value and