Skip to content

Commit

Permalink
Update _examples/enum/model/model.go
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenACoffman authored Jan 6, 2025
1 parent e4cc544 commit 05e8496
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/enum/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
)

// this file is provided as an example for int-based enums
// but if you instead wanted to support arbitrary
// but if you instead wanted to support arbitrary
// english words for numbers to integers, consider
// github.com/will-lol/numberconverter/etoi or a similar library
type IntTyped int
Expand Down

0 comments on commit 05e8496

Please # to comment.