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 d4bcfc0 commit 07d3e40Copy full SHA for 07d3e40
README.md
@@ -326,7 +326,7 @@ if res.Name == "" {
326
// true if `"name"` is either not present or explicitly null
327
res.JSON.Name.IsNull()
328
329
- // true if the `"name"` key was not present in the repsonse JSON at all
+ // true if the `"name"` key was not present in the response JSON at all
330
res.JSON.Name.IsMissing()
331
332
// When the API returns data that cannot be coerced to the expected type:
0 commit comments