fix comment typo

This commit is contained in:
Kay Simmons 2023-02-15 14:11:00 -08:00
parent 0ba051a754
commit 30caeeaeb5

View File

@ -2648,7 +2648,8 @@ impl MultiBufferSnapshot {
result
}
/// Returns enclosingn bracket ranges containing the given range or returns None if the range is not contained in a single excerpt
/// Returns enclosinng bracket ranges containing the given range or returns None if the range is
/// not contained in a single excerpt
pub fn enclosing_bracket_ranges<'a, T: ToOffset>(
&'a self,
range: Range<T>,