Skip to content

Commit e548f6e

Browse files
authored
Fix typo in README.md, "omiempty" -> "omitempty"
1 parent bd57468 commit e548f6e

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)