Skip to content

Commit e79379e

Browse files
committed
Upper case error -> lower case.
1 parent ab8cd94 commit e79379e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/DiagnosticsSema.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2734,7 +2734,7 @@ ERROR(differentiable_attr_unsupported_req_kind,none,
27342734
ERROR(differentiable_attr_class_unsupported,none,
27352735
"class members cannot be marked with '@differentiable'", ())
27362736
ERROR(differentiable_attr_stored_property_unsupported,none,
2737-
"Stored properties cannot be marked with '@differentiable'", ())
2737+
"stored properties cannot be marked with '@differentiable'", ())
27382738
NOTE(protocol_witness_missing_specific_differentiable_attr,none,
27392739
"candidate is missing attribute '%0'", (StringRef))
27402740

0 commit comments

Comments
 (0)