fix comment typo
This commit is contained in:
parent
0ba051a754
commit
30caeeaeb5
1 changed files with 2 additions and 1 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue