From 7dafc3474f36ea43e1ef04932d068cf69c3a71da Mon Sep 17 00:00:00 2001 From: Marvin Vogt Date: Fri, 26 Jul 2024 16:11:45 +0200 Subject: [PATCH] Fix tutorial parser return schema alignment --- src/_tutorial/chapter_1.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_tutorial/chapter_1.rs b/src/_tutorial/chapter_1.rs index fe8dd4b6..41220bc1 100644 --- a/src/_tutorial/chapter_1.rs +++ b/src/_tutorial/chapter_1.rs @@ -16,7 +16,7 @@ //! We'll explore this further in [`chapter_7`]. //! //! ```text -//! ┌─► Ok(what matched the parser) +//! ┌─► Ok(what matched the parser) //! ┌────────┐ │ //! my input───►│a parser├──►either──┤ //! └────────┘ └─► Err(...)