This commit is contained in:
toshokan 2020-11-11 01:42:19 -05:00 committed by Geoffroy Couprie
parent 40440c72d3
commit bf8f898998

View File

@ -321,7 +321,7 @@ macro_rules! tuple_trait_inner(
tuple_trait!(FnA A, FnB B, FnC C, FnD D, FnE E, FnF F, FnG G, FnH H, FnI I, FnJ J, FnK K, FnL L,
FnM M, FnN N, FnO O, FnP P, FnQ Q, FnR R, FnS S, FnT T, FnU U);
///Aapplies a tuple of parsers one by one and returns their results as a tuple.
///Applies a tuple of parsers one by one and returns their results as a tuple.
///
/// ```rust
/// # use nom::{Err, error::ErrorKind};