File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
"prioritizeKeepingFunctionOutputTogether": false,
24
24
"respectsExistingLineBreaks": true,
25
25
"rules": {
26
- "AllPublicDeclarationsHaveDocumentation": true ,
26
+ "AllPublicDeclarationsHaveDocumentation": false ,
27
27
"AlwaysUseLiteralForEmptyCollectionInit": false,
28
28
"AlwaysUseLowerCamelCase": false,
29
29
"AmbiguousTrailingClosureOverload": false,
Original file line number Diff line number Diff line change @@ -653,7 +653,7 @@ internal func _safelyClose(_ target: _CloseTarget) throws {
653
653
654
654
/// An IO descriptor wraps platform-specific file descriptor, which establishes a
655
655
/// connection to the standard input/output (IO) system during the process of
656
- /// spawning a child process.
656
+ /// spawning a child process.
657
657
///
658
658
/// Unlike a file descriptor, the `IODescriptor` does not support
659
659
/// data read/write operations; its primary function is to facilitate the spawning of
@@ -970,7 +970,7 @@ extension Optional where Wrapped == String {
970
970
/// Runs the body close, then runs the on-cleanup closure if the body closure throws an error
971
971
/// or if the parent task is cancelled.
972
972
///
973
- /// In the latter case, `onCleanup` may be run concurrently with `body`.
973
+ /// In the latter case, `onCleanup` may be run concurrently with `body`.
974
974
/// The `body` closure is guaranteed to run exactly once.
975
975
/// The `onCleanup` closure is guaranteed to run only once, or not at all.
976
976
internal func withAsyncTaskCleanupHandler< Result> (
You can’t perform that action at this time.
0 commit comments