mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
reword comment to reference inheriting, not just synthesis
Co-authored-by: Franklin Schrans <7278429+franklinsch@users.noreply.github.com>
This commit is contained in:
@@ -64,7 +64,7 @@ void Edge::serialize(llvm::json::OStream &OS) const {
|
||||
InheritingDecl = ID;
|
||||
}
|
||||
|
||||
// If our source symbol is a synthesized decl, write in information about
|
||||
// If our source symbol is a inheriting decl, write in information about
|
||||
// where it's inheriting docs from.
|
||||
if (InheritingDecl) {
|
||||
Symbol inheritedSym(Graph, InheritingDecl, nullptr);
|
||||
|
||||
Reference in New Issue
Block a user