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 446580a commit 7219712Copy full SHA for 7219712
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