Skip to content

Commit db52444

Browse files
author
Ikko Ashimine
authored
Fix typo in ModuleAnalyzerNodes.h
propery ->property
1 parent 6efbb25 commit db52444

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)