Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in the enums example #530

Merged
merged 1 commit into from
May 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Loading