We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8faaee8 commit 640aa21Copy full SHA for 640aa21
lib/SymbolGraphGen/Edge.cpp
@@ -64,7 +64,7 @@ void Edge::serialize(llvm::json::OStream &OS) const {
64
InheritingDecl = ID;
65
}
66
67
- // If our source symbol is a synthesized decl, write in information about
+ // If our source symbol is a inheriting decl, write in information about
68
// where it's inheriting docs from.
69
if (InheritingDecl) {
70
Symbol inheritedSym(Graph, InheritingDecl, nullptr);
0 commit comments