We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38612d2 commit 995fc9fCopy full SHA for 995fc9f
TSPL.docc/ReferenceManual/Attributes.md
@@ -1006,7 +1006,7 @@ which provides a shared instance of an actor.
1006
A global actor generalizes the concept of actor isolation
1007
to state that's spread out in several different places in code ---
1008
such as multiple types, files, and modules ---
1009
-and makes it possible to safely assess global variables from concurrent code.
+and makes it possible to safely access global variables from concurrent code.
1010
The actor that the global actor provides
1011
as the value of its `shared` property
1012
serializes access to all this state.
0 commit comments