changes as per code review

This commit is contained in:
accelerated
2018-05-01 14:49:09 -04:00
parent 71afaba3e1
commit a1ce130bfd
7 changed files with 110 additions and 111 deletions

View File

@@ -347,8 +347,8 @@ public:
*
* The timeout used on this call will be the one configured via Consumer::set_timeout.
*
* \return A message. The returned message *might* be empty. If's necessary to check
* that it's a valid one before using it:
* \return A message. The returned message *might* be empty. It's necessary to check
* that it's valid before using it:
*
* \code
* Message msg = consumer.poll();