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 1717
1818// MARK: - Collected Result
1919
20- /// Run a executable with given parameters asynchrously and returns
20+ /// Run an executable with given parameters asynchronously and returns
2121/// a `CollectedResult` containing the output of the child process.
2222/// - Parameters:
2323/// - executable: The executable to run.
@@ -62,7 +62,7 @@ public func run<
6262 )
6363}
6464
65- /// Run a executable with given parameters asynchrously and returns
65+ /// Run an executable with given parameters asynchronously and returns
6666/// a `CollectedResult` containing the output of the child process.
6767/// - Parameters:
6868/// - executable: The executable to run.
@@ -142,7 +142,7 @@ public func run<
142142
143143// MARK: - Custom Execution Body
144144
145- /// Run a executable with given parameters and a custom closure
145+ /// Run an executable with given parameters and a custom closure
146146/// to manage the running subprocess' lifetime and its IOs.
147147/// - Parameters:
148148/// - executable: The executable to run.
You can’t perform that action at this time.
0 commit comments