Skip to content

Commit 92ea0bf

Browse files
committed
Incorporate edits from Chuck.
1 parent c7bcb44 commit 92ea0bf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

TSPL.docc/ReferenceManual/Attributes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -920,14 +920,14 @@ for a method marked with the `objc` attribute.
920920

921921
### NSApplicationMain
922922

923-
> Note:
923+
> Deprecated:
924924
> This attribute is deprecated;
925925
> use the <doc:Attributes#main> attribute instead.
926926
> In Swift 6,
927927
> using this attribute will be an error.
928928
929929
Apply this attribute to a class
930-
to indicate that it's the application delegate.
930+
to indicate that it's the app delegate.
931931
Using this attribute is equivalent to calling the
932932
`NSApplicationMain(_:_:)` function.
933933

@@ -2038,14 +2038,14 @@ The imported module must be compiled with testing enabled.
20382038

20392039
### UIApplicationMain
20402040

2041-
> Note:
2041+
> Deprecated:
20422042
> This attribute is deprecated;
20432043
> use the <doc:Attributes#main> attribute instead.
20442044
> In Swift 6,
20452045
> using this attribute will be an error.
20462046
20472047
Apply this attribute to a class
2048-
to indicate that it's the application delegate.
2048+
to indicate that it's the app delegate.
20492049
Using this attribute is equivalent to calling the
20502050
`UIApplicationMain` function and
20512051
passing this class's name as the name of the delegate class.

0 commit comments

Comments
 (0)