Skip to content

Commit

Permalink
Fix typo in the enums example (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
agorkem authored May 15, 2024
1 parent 0b921ed commit d774175
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/enums/enums.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const (
)

// By implementing the [fmt.Stringer](https://pkg.go.dev/fmt#Stringer)
// interface, values of `StateType` can be printed out or converted
// interface, values of `ServerState` can be printed out or converted
// to strings.
//
// This can get cumbersome if there are many possible values. In such
Expand Down
4 changes: 2 additions & 2 deletions examples/enums/enums.hash
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
1c5bf51fa651a25eb6d9d2d24cf7dbd2713aca0c
-6dSwyy83xj
b93a8b040a9c2d0de4050689f6eaab2ff0aa4644
NyVXnLsm3cu
4 changes: 2 additions & 2 deletions public/enums

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d774175

Please sign in to comment.