diff --git a/crates/editor/src/multi_buffer.rs b/crates/editor/src/multi_buffer.rs index 7b85799b31..908e5c827d 100644 --- a/crates/editor/src/multi_buffer.rs +++ b/crates/editor/src/multi_buffer.rs @@ -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,