Skip to content

Commit 7458016

Browse files
committed
SR-11902: Fixed code review issues
1 parent 30faac8 commit 7458016

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
@@ -2711,7 +2711,7 @@ NOTE(missing_member_type_conformance_prevents_synthesis, none,
27112711
"of %3 to %2",
27122712
(unsigned, Type, Type, Type))
27132713
NOTE(classes_equatable_hashable_synthesis,none,
2714-
"Currently 'Equatable' and 'Hashable' synthesis is not supported for classes "
2714+
"currently 'Equatable' and 'Hashable' synthesis is not supported for classes "
27152715
"because of inheritance.", ())
27162716

27172717
// Dynamic Self

0 commit comments

Comments
 (0)