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 54b2b2f commit 797626bCopy full SHA for 797626b
Style.md
@@ -247,6 +247,17 @@ By design, actors specifically *avoid* having shared mutable state —
247
their mutable state is private,
248
and accessible only through the actor's (async) methods.
249
250
+## standard library
251
+
252
+Spell out in full as “the Swift standard library“ on the first use.
253
+If context already makes it clear
254
+and repeating the full name becomes wordy,
255
+you can shorted it to just “the standard library”
256
+in continued discussion.
257
+(We currently don‘t have any examples of doing that.)
258
259
+Not “stdlib“ or “the stdlib“.
260
261
## spawn, start
262
263
Use “add” instead to refer to creating a new task,
0 commit comments