Fix some comments

Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
cui fliter 2023-12-29 11:50:24 +08:00
parent 3ab1666370
commit 638df27f99
2 changed files with 2 additions and 2 deletions

View file

@ -670,7 +670,7 @@ impl<'db> SemanticsImpl<'db> {
_ => 0,
};
// FIXME: here, the attribute's text range is used to strip away all
// entries from the start of the attribute "list" up the the invoking
// entries from the start of the attribute "list" up the invoking
// attribute. But in
// ```
// mod foo {

View file

@ -43,7 +43,7 @@ export async function selectRunnable(
return;
}
// clear the list before we hook up listeners to to avoid invoking them
// clear the list before we hook up listeners to avoid invoking them
// if the user happens to accept the placeholder item
quickPick.items = [];