fix Mode
docs typo
This commit is contained in:
parent
bea1eed192
commit
0ebcc4623c
@ -40,7 +40,7 @@ pub type ModeResult<M, A, E, I> = Result<ParseSuccess<M, A, I>, E>;
|
||||
/// [`(A, I)`]: tuple
|
||||
/// [`()`]: unit
|
||||
pub trait Mode {
|
||||
/// Successful parsing, may countain the parser itself
|
||||
/// Successful parsing, may contain the parser itself
|
||||
/// (`I`, usually [`Stream`]).
|
||||
type ParseSuccess<A, I>;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user