coingaming / coney

Consumer server for RabbitMQ with message publishing functionality.
MIT License
42 stars 9 forks source link

Fix typo in optional callbacks #11

Closed bdusauso closed 5 years ago

bdusauso commented 5 years ago

There were some typos:

@optional_callbacks connection: 0, error_happend: 3, error_happend: 4

instead of

@optional_callbacks connection: 0, error_happened: 3, error_happened: 4

llxff commented 5 years ago

Thank you! 👍