File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TSPL.docc/ReferenceManual Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ including important milestones.
237
237
```
238
238
239
239
This attribute tells the compiler to raise a build error
240
- when the symbol is used in an asynchronous context.
240
+ when someone uses the symbol in an asynchronous context.
241
241
You can also use the ` message ` argument to provide additional information
242
242
about the symbol.
243
243
@@ -249,7 +249,7 @@ including important milestones.
249
249
```
250
250
251
251
If you can guarantee that your code uses a potentially unsafe symbol in a safe manner,
252
- You can wrap it in a synchronous function and call that function
252
+ you can wrap it in a synchronous function and call that function
253
253
from an asynchronous context.
254
254
255
255
``` swift
You can’t perform that action at this time.
0 commit comments