Skip to content

Commit 959ee5c

Browse files
senecaktoso
authored andcommitted
add "are" to the sentence (#5)
1 parent aa45f80 commit 959ee5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/mmmm-distributed-actor-isolation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ Keeping this in mind, let us proceed to discussing the specific isolation rules
146146

147147
Distributed actors are a special flavor of the `actor` type that enforces additional rules on the type and its values, in order to enable location transparency.
148148

149-
They declared by prepending `distributed` to an `actor` declaration, like so:
149+
They are declared by prepending `distributed` to an `actor` declaration, like so:
150150

151151
```swift
152152
public distributed actor Player {

0 commit comments

Comments
 (0)