Refine comments

This commit is contained in:
winlin 2020-06-26 15:25:11 +08:00
parent 5cc0f70f62
commit a6ade57ce5

View File

@ -127,7 +127,7 @@ public:
bool require(int required_size);
public:
// Skip some size.
// @param size can be any value. positive to forward; nagetive to backward.
// @param size can be any value. positive to forward; negative to backward.
// @remark to skip(pos()) to reset buffer.
// @remark assert initialized, the data() not NULL.
void skip(int size);