We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a2a691 commit 0768c38Copy full SHA for 0768c38
1 file changed
docs/source/tutorial/Introduction.lhs
@@ -54,8 +54,8 @@ And get responses like:
54
55
```json
56
{
57
- data: {
58
- greeting: "Hello world!"
+ "data": {
+ "greeting": "Hello world!"
59
}
60
61
```
@@ -215,9 +215,9 @@ Which would produce output like:
215
216
217
218
219
- me: {
220
- name: "Mort"
+ "me": {
+ "name": "Mort"
221
222
223
0 commit comments