Skip to content

Commit 7aaf5e0

Browse files
chore(internal): codegen related update
1 parent bc60ea7 commit 7aaf5e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ if res.Name == "" {
9797
// true if `"name"` is either not present or explicitly null
9898
res.JSON.Name.IsNull()
9999

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

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

0 commit comments

Comments
 (0)