Skip to content

Commit 54b56ca

Browse files
authored
Update README.md
1 parent 4f983db commit 54b56ca

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
@@ -109,7 +109,7 @@ encoder.encode(["id": 2])
109109
You can access the encoding results at any time, and they come in different forms:
110110

111111
```swift
112-
public final class Encoder {
112+
public final class URLQueryEncoder {
113113
public var queryItems: [URLQueryItem]
114114
public var items: [(String, String?)]
115115

0 commit comments

Comments
 (0)