Skip to content

Commit 70e04f2

Browse files
authored
Merge pull request #58 from shepting/patch-5
2 parents b7c7c54 + 46f9c21 commit 70e04f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Subprocess/API.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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.

0 commit comments

Comments
 (0)