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 bd57468 commit e548f6eCopy full SHA for e548f6e
README.md
@@ -15,7 +15,7 @@ obj := struct {
15
// RequiredID is a required, nullable field
16
RequiredID nullable.Nullable[int] `json:"id"`
17
// OptionalString is an optional, nullable field
18
- // NOTE that no pointer is required, only `omiempty`
+ // NOTE that no pointer is required, only `omitempty`
19
OptionalString nullable.Nullable[string] `json:"optionalString,omitempty"`
20
}{}
21
```
0 commit comments