docs: fix typo (missing "forgot") in comment (#92)
This commit is contained in:
committed by
Robert van Gent
parent
ef9bb67152
commit
28f5930663
@@ -339,7 +339,7 @@ to add a provider for `Greeter`. Let's see what happens:
|
||||
|
||||
``` go
|
||||
func InitializeEvent(phrase string) (Event, error) {
|
||||
wire.Build(NewEvent, NewMessage) // woops! We to add a provider for Greeter
|
||||
wire.Build(NewEvent, NewMessage) // woops! We forgot to add a provider for Greeter
|
||||
return Event{}, nil
|
||||
}
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user