Skip to content

Commit 0bc2e3f

Browse files
committed
Sema: Diagnostic strings should not end with a full stop
1 parent 0b880f6 commit 0bc2e3f

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
@@ -5342,7 +5342,7 @@ ERROR(actor_protocol_illegal_inheritance,none,
53425342
"non-actor type %0 cannot conform to the %1 protocol",
53435343
(DeclName, DeclName))
53445344
ERROR(distributed_actor_conformance_missing_system_type,none,
5345-
"distributed actor %0 does not declare ActorSystem it can be used with.",
5345+
"distributed actor %0 does not declare ActorSystem it can be used with",
53465346
(DeclName))
53475347
NOTE(note_distributed_actor_system_can_be_defined_using_defaultdistributedactorsystem,none,
53485348
"you can provide a module-wide default actor system by declaring:\n"

0 commit comments

Comments
 (0)