File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -670,7 +670,7 @@ impl<'db> SemanticsImpl<'db> {
670670 _ => 0 ,
671671 } ;
672672 // FIXME: here, the attribute's text range is used to strip away all
673- // entries from the start of the attribute "list" up the the invoking
673+ // entries from the start of the attribute "list" up the invoking
674674 // attribute. But in
675675 // ```
676676 // mod foo {
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ export async function selectRunnable(
4343 return ;
4444 }
4545
46- // clear the list before we hook up listeners to to avoid invoking them
46+ // clear the list before we hook up listeners to avoid invoking them
4747 // if the user happens to accept the placeholder item
4848 quickPick . items = [ ] ;
4949
You can’t perform that action at this time.
0 commit comments