Skip to content

Commit d99868d

Browse files
author
Ikko Ashimine
authored
[SourceKit] Fix typo in SwiftDocSupport.cpp
extention -> extension
1 parent c9d9226 commit d99868d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/SourceKit/lib/SwiftLang/SwiftDocSupport.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ static void initDocGenericParams(const Decl *D, DocEntityInfo &Info,
266266

267267
// If we have a synthesized target, map from its base type into the this
268268
// declaration's innermost type context, or if we're dealing with the
269-
// synthesized extention itself rather than a member, into its extended
269+
// synthesized extension itself rather than a member, into its extended
270270
// nominal (the extension's own requirements shouldn't be considered in the
271271
// substitution).
272272
unsigned TypeContextDepth = 0;

0 commit comments

Comments
 (0)