mirror of
https://github.com/zeromq/cppzmq.git
synced 2025-04-25 09:25:59 +02:00
Address Grammatical Error in multipart_t:str()
Fixes grammatical error in multipart_t:str() function.
This commit is contained in:
parent
3746e5c2d5
commit
0bba33d91c
@ -567,7 +567,7 @@ class multipart_t
|
|||||||
ss << "\n[" << std::dec << std::setw(3) << std::setfill('0') << size
|
ss << "\n[" << std::dec << std::setw(3) << std::setfill('0') << size
|
||||||
<< "] ";
|
<< "] ";
|
||||||
if (size >= 1000) {
|
if (size >= 1000) {
|
||||||
ss << "... (to big to print)";
|
ss << "... (too big to print)";
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
for (size_t j = 0; j < size; j++) {
|
for (size_t j = 0; j < size; j++) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user