Skip to content

Commit 640aa21

Browse files
reword comment to reference inheriting, not just synthesis
Co-authored-by: Franklin Schrans <7278429+franklinsch@users.noreply.github.com>
1 parent 8faaee8 commit 640aa21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SymbolGraphGen/Edge.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ void Edge::serialize(llvm::json::OStream &OS) const {
6464
InheritingDecl = ID;
6565
}
6666

67-
// If our source symbol is a synthesized decl, write in information about
67+
// If our source symbol is a inheriting decl, write in information about
6868
// where it's inheriting docs from.
6969
if (InheritingDecl) {
7070
Symbol inheritedSym(Graph, InheritingDecl, nullptr);

0 commit comments

Comments
 (0)