Skip to content

Commit c25e41c

Browse files
committed
AST: Fix a typo in a diagnostic
1 parent b39a6ed commit c25e41c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsParse.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ ERROR(expected_parameter_type,PointsToFirstBadToken,
833833
ERROR(expected_parameter_name,PointsToFirstBadToken,
834834
"expected parameter name followed by ':'", ())
835835
ERROR(expected_parameter_colon,PointsToFirstBadToken,
836-
"expected ':' following argumant label and parameter name", ())
836+
"expected ':' following argument label and parameter name", ())
837837
ERROR(missing_parameter_type,PointsToFirstBadToken,
838838
"parameter requires an explicit type", ())
839839
ERROR(multiple_parameter_ellipsis,none,

0 commit comments

Comments
 (0)