Skip to content

Commit f32ea31

Browse files
authored
Update Sources/JExtractSwift/NominalTypeResolution.swift
1 parent 324ba59 commit f32ea31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/JExtractSwift/NominalTypeResolution.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ extension NominalTypeResolution {
205205
}
206206

207207
extension ExtensionDeclSyntax {
208-
/// Produce the nested type name for the given
208+
/// Produce the nested type name for the given decl
209209
fileprivate var nestedTypeName: [String] {
210210
var nameComponents: [String] = []
211211
var extendedType = extendedType

0 commit comments

Comments
 (0)