mirror of https://github.com/helix-editor/helix
docs: remove comment for consistency
parent
fe7b74fd06
commit
ea920b82eb
|
@ -2,7 +2,6 @@ use crate::Tendril;
|
|||
|
||||
// todo: should this be grapheme aware?
|
||||
|
||||
/// Converts each character into a different one, with zero context about surrounding characters
|
||||
pub fn simple_case_conversion(
|
||||
text: impl Iterator<Item = char>,
|
||||
buf: &mut Tendril,
|
||||
|
|
Loading…
Reference in New Issue