Skip to content

Commit 995fc9f

Browse files
jhaungsamartini51
authored andcommitted
Fix wrong-word typo
1 parent 38612d2 commit 995fc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/ReferenceManual/Attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1006,7 +1006,7 @@ which provides a shared instance of an actor.
10061006
A global actor generalizes the concept of actor isolation
10071007
to state that's spread out in several different places in code ---
10081008
such as multiple types, files, and modules ---
1009-
and makes it possible to safely assess global variables from concurrent code.
1009+
and makes it possible to safely access global variables from concurrent code.
10101010
The actor that the global actor provides
10111011
as the value of its `shared` property
10121012
serializes access to all this state.

0 commit comments

Comments
 (0)