diff --git a/crates/editor/src/multi_buffer.rs b/crates/editor/src/multi_buffer.rs index 7b85799b313f77b21d3dbfa6902c05a781a95028..908e5c827d8558553ef4fc351b74d7deed31a314 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,