mirror of
https://github.com/FliegendeWurst/cursive.git
synced 2024-11-10 03:10:41 +00:00
Fix typo
This commit is contained in:
parent
be7f2184e9
commit
191cfcecfd
@ -35,7 +35,7 @@ pub use self::reader::ProgressReader;
|
||||
/// # }
|
||||
/// ```
|
||||
pub fn prefix_length<'a, I>(iter: I, width: usize, delimiter: &str) -> usize
|
||||
where I: Iterator<Item = &'s str>
|
||||
where I: Iterator<Item = &'a str>
|
||||
{
|
||||
let delimiter_width = delimiter.width();
|
||||
let delimiter_len = delimiter.len();
|
||||
|
Loading…
Reference in New Issue
Block a user