Skip to content

Commit

Permalink
Fixed comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
msfterictraut committed Dec 1, 2020
1 parent 9694db0 commit 53641d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ export class CompletionProvider {
return undefined;
}

// Get symbols in reverse-MRO, but leave omit the class itself.
// Get symbols in reverse-MRO, but omit the class itself.
const symbolTable = new Map<string, Symbol>();
for (let i = classResults.classType.details.mro.length - 1; i > 0; i--) {
const mroClass = classResults.classType.details.mro[i];
Expand Down

0 comments on commit 53641d8

Please sign in to comment.