Skip to content

Commit 14c625d

Browse files
Update Sources/SymbolKit/SymbolGraph/Symbol/Symbol+KindIdentifier.swift
Co-authored-by: Kyle <[email protected]>
1 parent aaadd9f commit 14c625d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SymbolKit/SymbolGraph/Symbol/Symbol+KindIdentifier.swift

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

0 commit comments

Comments
 (0)