Skip to content

Commit 90afda6

Browse files
committed
spelling: extension
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
1 parent 7a29358 commit 90afda6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SymbolGraphGen/Symbol.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ static SubstitutionMap getSubMapForDecl(const ValueDecl *D, Type BaseType) {
324324
return {};
325325

326326
// Map from the base type into the this declaration's innermost type context,
327-
// or if we're dealing with an extention rather than a member, into its
327+
// or if we're dealing with an extension rather than a member, into its
328328
// extended nominal (the extension's own requirements shouldn't be considered
329329
// in the substitution).
330330
swift::DeclContext *DC;

0 commit comments

Comments
 (0)