Skip to content

Commit

Permalink
docs: user longpoll fix example
Browse files Browse the repository at this point in the history
  • Loading branch information
SevereCloud committed Jan 5, 2022
1 parent 692aa0c commit 4343582
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion longpoll-user/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ lp.Client = client
Пример для `4` события

```go
lp.EventNew(4, func(event []interface{}) {
lp.EventNew(4, func(event []interface{}) error {
...
})
```
Expand Down

0 comments on commit 4343582

Please sign in to comment.