We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40f2db3 commit dbaa132Copy full SHA for dbaa132
lib/SymbolGraphGen/Symbol.h
@@ -101,7 +101,7 @@ class Symbol {
101
return SynthesizedBaseTypeDecl;
102
}
103
104
- /// Reteive the path components associated with this symbol, from outermost
+ /// Retrieve the path components associated with this symbol, from outermost
105
/// to innermost (this symbol).
106
void getPathComponents(SmallVectorImpl<PathComponent> &Components) const;
107
0 commit comments