Skip to content

Commit

Permalink
Remove extra word in commands README
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecoop83 authored and meowgorithm committed Nov 21, 2021
1 parent cb0a72d commit dc7063b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/commands/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func (e errMsg) Error() string { return e.err.Error() }
```

And notice that we've defined two new `Msg` types. They can be any type, even
an empty struct. We'll come back to them later later in our update function.
an empty struct. We'll come back to them later in our update function.
First, let's write our initialization function.

## The Initialization Method
Expand Down

0 comments on commit dc7063b

Please sign in to comment.