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 7e54e2e commit 4f983dbCopy full SHA for 4f983db
README.md
@@ -101,7 +101,7 @@ encoder.encode(["ids2": ids], explode: true)
101
encoder.encode(["user": user], isDeepObject: true)
102
encoder.encode(["id": 2])
103
104
-// Query: "ids=3,4,5&ids2=3&ids2=4&ids2=5&user[role]=admin&user[name]=kean&id=2")
+// Query: "ids=3,4,5&ids2=3&ids2=4&ids2=5&user[role]=admin&user[name]=kean&id=2"
105
```
106
107
## Accessing Results
0 commit comments