Skip to content

Commit aafeb0f

Browse files
Update Sources/SparkConnect/Extension.swift
Co-authored-by: Liang-Chi Hsieh <[email protected]>
1 parent 88b6219 commit aafeb0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SparkConnect/Extension.swift

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

5050
extension [String: String] {
51-
/// Get an array of`KeyValue`from `[String: String]`.
51+
/// Get an array of `KeyValue` from `[String: String]`.
5252
var toSparkConnectKeyValue: [KeyValue] {
5353
var array = [KeyValue]()
5454
for keyValue in self {

0 commit comments

Comments
 (0)