Document second argument of multi::length_value

This commit is contained in:
cenodis 2021-08-14 22:16:38 +02:00 committed by Geoffroy Couprie
parent ea483e5a81
commit a91dd52477

View File

@ -890,6 +890,7 @@ where
/// `length_value` will return an error.
/// # Arguments
/// * `f` The parser to apply.
/// * `g` The parser to apply on the subslice.
/// ```rust
/// # #[macro_use] extern crate nom;
/// # use nom::{Err, error::{Error, ErrorKind}, Needed, IResult};