Skip to content

Commit

Permalink
Merge pull request #573 from SRv6d/fix-chapter1-schema
Browse files Browse the repository at this point in the history
Fix tutorial parser return schema alignment
  • Loading branch information
epage authored Jul 26, 2024
2 parents 8362f05 + 7dafc34 commit ae09ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_tutorial/chapter_1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(...)
Expand Down

0 comments on commit ae09ea8

Please sign in to comment.