Skip to content

Commit 6fb6cb7

Browse files
author
Jamie Tanna
authored
Merge pull request #4 from andrewmelis/patch-1
Fix typo in README.md, "omiempty" -> "omitempty"
2 parents bd57468 + e548f6e commit 6fb6cb7

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
@@ -15,7 +15,7 @@ obj := struct {
1515
// RequiredID is a required, nullable field
1616
RequiredID nullable.Nullable[int] `json:"id"`
1717
// OptionalString is an optional, nullable field
18-
// NOTE that no pointer is required, only `omiempty`
18+
// NOTE that no pointer is required, only `omitempty`
1919
OptionalString nullable.Nullable[string] `json:"optionalString,omitempty"`
2020
}{}
2121
```

0 commit comments

Comments
 (0)