Skip to content

Commit 3c8b73d

Browse files
Update Sources/SymbolKit/SymbolGraph/Symbol/Symbol+KindIdentifier.swift
Co-authored-by: Kyle <[email protected]>
1 parent 462f374 commit 3c8b73d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ extension SymbolGraph.Symbol {
114114
self = secondParse
115115
} else {
116116
// If we still don't have a match, store the whole original string.
117-
self = .init(rawIdentifier: identifier)
117+
self.init(rawIdentifier: identifier)
118118
}
119119
}
120120
}

0 commit comments

Comments
 (0)