Skip to content

Commit 387fa4c

Browse files
committed
Fix Swift 5.5 build error
1 parent a10f0e9 commit 387fa4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Argument.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ extension String {
4747
}
4848

4949

50-
extension Array<String> {
50+
extension Array where Element == String {
5151
public var quoted: [Argument] { map(\.quoted) }
5252
public var verbatim: [Argument] { map(\.verbatim) }
5353
}

0 commit comments

Comments
 (0)