Skip to content

Commit 7e54e2e

Browse files
committed
Update README
1 parent 9914f64 commit 7e54e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ let encoder = URLQueryEncoder()
1111
encoder.encode(["id": id])
1212

1313
print(encoder.queryItems)
14-
// ("id", "5")
14+
// [URLQueryItem(name: "id", value: "5")]
1515
```
1616

1717
### Encoding Arrays

0 commit comments

Comments
 (0)