Skip to content

Commit

Permalink
[README] fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
roblaszczak authored Nov 25, 2018
1 parent a00834e commit 882728c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ on the go.

At the heart of Watermill there is one simple interface:
```go
func(Message) ([]Message, error)
func(*Message) ([]*Message, error)
```

Your handler receives a message and decides whether to publish new message(s) or return
Expand Down

0 comments on commit 882728c

Please sign in to comment.