Skip to content

Commit ed7c199

Browse files
authored
Merge pull request swiftlang#35340 from eltociear/patch-1
Fix typo in ModuleAnalyzerNodes.h
2 parents 03249e8 + db52444 commit ed7c199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/swift-api-digester/ModuleAnalyzerNodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ enum class NodeMatchReason: uint8_t {
112112
// a type declaration.
113113
Sequential,
114114

115-
// The first node is a function and it chanaged to a propery as the second
115+
// The first node is a function and it chanaged to a property as the second
116116
// node.
117117
FuncToProperty,
118118

0 commit comments

Comments
 (0)