We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f983db commit 54b56caCopy full SHA for 54b56ca
README.md
@@ -109,7 +109,7 @@ encoder.encode(["id": 2])
109
You can access the encoding results at any time, and they come in different forms:
110
111
```swift
112
-public final class Encoder {
+public final class URLQueryEncoder {
113
public var queryItems: [URLQueryItem]
114
public var items: [(String, String?)]
115
0 commit comments