Skip to content

Commit f302941

Browse files
authored
Merge pull request #54 from shepting/patch-1
2 parents 48d9d57 + cdb58f4 commit f302941

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Subprocess/Configuration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ public struct Executable: Sendable, Hashable {
204204
return .init(_config: .executable(executableName))
205205
}
206206
/// Locate the executable by its full path.
207-
/// `Subprocess` will use this path directly.
207+
/// `Subprocess` will use this path directly.
208208
public static func path(_ filePath: FilePath) -> Self {
209209
return .init(_config: .path(filePath))
210210
}

0 commit comments

Comments
 (0)