Skip to content

Commit a65a669

Browse files
ktosohborla
andauthored
Update DiagnosticsSema.def
Co-authored-by: Holly Borla <[email protected]>
1 parent a2b3c48 commit a65a669

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
@@ -5657,7 +5657,7 @@ ERROR(distributed_actor_func_variadic, none,
56575657
"cannot declare variadic argument %0 in %kind1",
56585658
(DeclName, const ValueDecl *))
56595659
ERROR(distributed_actor_func_typed_throws, none,
5660-
"cannot declare distributed function function with typed throws",
5660+
"cannot declare distributed function with typed throws",
56615661
())
56625662
NOTE(actor_mutable_state,none,
56635663
"mutation of this %0 is only permitted within the actor",

0 commit comments

Comments
 (0)