Skip to content

Commit 07d3e40

Browse files
docs(readme): fix typo (#148)
1 parent d4bcfc0 commit 07d3e40

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
@@ -326,7 +326,7 @@ if res.Name == "" {
326326
// true if `"name"` is either not present or explicitly null
327327
res.JSON.Name.IsNull()
328328

329-
// true if the `"name"` key was not present in the repsonse JSON at all
329+
// true if the `"name"` key was not present in the response JSON at all
330330
res.JSON.Name.IsMissing()
331331

332332
// When the API returns data that cannot be coerced to the expected type:

0 commit comments

Comments
 (0)