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.
2 parents a8ae952 + 7219712 commit ff0c90fCopy full SHA for ff0c90f
include/swift/APIDigester/ModuleAnalyzerNodes.h
@@ -464,7 +464,7 @@ class SDKNodeTypeNominal : public SDKNodeType {
464
StringRef USR;
465
public:
466
SDKNodeTypeNominal(SDKNodeInitInfo Info);
467
- // Get the usr of the correspoding nominal type decl.
+ // Get the usr of the corresponding nominal type decl.
468
StringRef getUsr() const { return USR; }
469
static bool classof(const SDKNode *N);
470
void jsonize(json::Output &Out) override;
0 commit comments