Skip to content

Commit 4f983db

Browse files
authored
Update README.md
1 parent 7e54e2e commit 4f983db

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
@@ -101,7 +101,7 @@ encoder.encode(["ids2": ids], explode: true)
101101
encoder.encode(["user": user], isDeepObject: true)
102102
encoder.encode(["id": 2])
103103

104-
// Query: "ids=3,4,5&ids2=3&ids2=4&ids2=5&user[role]=admin&user[name]=kean&id=2")
104+
// Query: "ids=3,4,5&ids2=3&ids2=4&ids2=5&user[role]=admin&user[name]=kean&id=2"
105105
```
106106

107107
## Accessing Results

0 commit comments

Comments
 (0)