File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
TSPL.docc/ReferenceManual Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -276,14 +276,14 @@ including important milestones.
276
276
}
277
277
```
278
278
279
- You can use noasync availability with most declarations;
279
+ You can use the ` noasync ` argument on most declarations;
280
280
however, you can't use it when declaring deinitializers.
281
281
Swift must be able to call a class's deinitializers from any context,
282
282
both synchronous and asynchronous.
283
283
284
284
- The ` message ` argument provides a textual message that the compiler displays
285
- when emitting a warning or error about the use of a deprecated, obsoleted,
286
- or noasync declaration.
285
+ when emitting a warning or error about the use
286
+ of a declaration marked ` deprecated ` , ` obsoleted ` , or ` noasync ` .
287
287
It has the following form:
288
288
289
289
``` swift
You can’t perform that action at this time.
0 commit comments