From bafabf8295869451aa023b3b5a20abed16510da8 Mon Sep 17 00:00:00 2001 From: Frank Benkstein Date: Mon, 29 Jan 2018 15:43:57 +0100 Subject: [PATCH] fix typo --- doc/upgrading_to_nom_4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/upgrading_to_nom_4.md b/doc/upgrading_to_nom_4.md index afd082aae..77aff0049 100644 --- a/doc/upgrading_to_nom_4.md +++ b/doc/upgrading_to_nom_4.md @@ -31,7 +31,7 @@ pub enum Needed { Size(usize) } -// if the "verbose-errors" feature is active +// if the "verbose-errors" feature is not active pub type Err = ErrorKind; // if the "verbose-errors" feature is active