File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
18
18
// MARK: - Collected Result
19
19
20
- /// Run a executable with given parameters asynchrously and returns
20
+ /// Run an executable with given parameters asynchronously and returns
21
21
/// a `CollectedResult` containing the output of the child process.
22
22
/// - Parameters:
23
23
/// - executable: The executable to run.
@@ -62,7 +62,7 @@ public func run<
62
62
)
63
63
}
64
64
65
- /// Run a executable with given parameters asynchrously and returns
65
+ /// Run an executable with given parameters asynchronously and returns
66
66
/// a `CollectedResult` containing the output of the child process.
67
67
/// - Parameters:
68
68
/// - executable: The executable to run.
@@ -142,7 +142,7 @@ public func run<
142
142
143
143
// MARK: - Custom Execution Body
144
144
145
- /// Run a executable with given parameters and a custom closure
145
+ /// Run an executable with given parameters and a custom closure
146
146
/// to manage the running subprocess' lifetime and its IOs.
147
147
/// - Parameters:
148
148
/// - executable: The executable to run.
You can’t perform that action at this time.
0 commit comments