spelling error

This commit is contained in:
Emmanuel Denloye-Ito 2019-03-10 04:31:02 -04:00 committed by John Wiegley
parent 7a9b70f139
commit 5e0617a952
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
with builtins;
let simpleJSON = "{\"foo\": \"39\", \"bar\": 472}";
screweyJSON = "{\"4275\": \"Please do not fail.\"}";
# crazyJSON should be tested once screweyJSON works!
screwyJSON = "{\"4275\": \"Please do not fail.\"}";
# crazyJSON should be tested once screwyJSON works!
crazyJSON = " {
\"response\": {
\"success\": 1,
@ -61,4 +61,4 @@ let simpleJSON = "{\"foo\": \"39\", \"bar\": 472}";
}
}
}";
in [(fromJSON simpleJSON) (fromJSON screweyJSON)]
in [(fromJSON simpleJSON) (fromJSON screwyJSON)]