Skip to content

Commit 5d37c9b

Browse files
authored
Merge pull request swiftlang#30431 from gribozavr/LookUpConformance
Updated a comment on LookUpConformance to reflect current implementation
2 parents 01073be + 97855c9 commit 5d37c9b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Sema/TypeChecker.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1054,8 +1054,7 @@ class TypeChecker final {
10541054
SourceLoc ComplainLoc = SourceLoc());
10551055

10561056
/// Functor class suitable for use as a \c LookupConformanceFn to look up a
1057-
/// conformance through a particular declaration context using the given
1058-
/// type checker.
1057+
/// conformance through a particular declaration context.
10591058
class LookUpConformance {
10601059
DeclContext *dc;
10611060

0 commit comments

Comments
 (0)