Skip to content

Commit

Permalink
Fixed minor typo in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
erictraut committed Nov 9, 2023
1 parent 74cd07b commit 33700bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/pyright-internal/src/analyzer/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1114,7 +1114,7 @@ export namespace ClassType {
);
}

// Same as isSame except that it doesn't compare type arguments.
// Same as isTypeSame except that it doesn't compare type arguments.
export function isSameGenericClass(classType: ClassType, type2: ClassType, recursionCount = 0) {
if (recursionCount > maxTypeRecursionCount) {
return true;
Expand Down

0 comments on commit 33700bc

Please sign in to comment.