Skip to content

Commit bbad415

Browse files
committed
Incorporated Colleen's Edits.
1 parent aabf428 commit bbad415

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

TSPL.docc/ReferenceManual/Attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ including important milestones.
237237
```
238238

239239
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.
241241
You can also use the `message` argument to provide additional information
242242
about the symbol.
243243

@@ -249,7 +249,7 @@ including important milestones.
249249
```
250250

251251
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
253253
from an asynchronous context.
254254

255255
```swift

0 commit comments

Comments
 (0)