Skip to content

Commit

Permalink
Update Sources/SymbolKit/SymbolGraph/Symbol/Symbol+KindIdentifier.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Kyle <[email protected]>
  • Loading branch information
QuietMisdreavus and Kyle-Ye committed Apr 8, 2022
1 parent 462f374 commit 3c8b73d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SymbolKit/SymbolGraph/Symbol/KindIdentifier.swift
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ extension SymbolGraph.Symbol {
self = secondParse
} else {
// If we still don't have a match, store the whole original string.
self = .init(rawIdentifier: identifier)
self.init(rawIdentifier: identifier)
}
}
}
Expand Down

0 comments on commit 3c8b73d

Please sign in to comment.