Update comment

This commit is contained in:
Kruglov Pavel 2020-12-08 19:19:51 +03:00 committed by GitHub
parent e19eb6f17a
commit 291959c1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -124,7 +124,7 @@ struct SortCursorImpl
bool isValid() const { return pos < rows; }
void next() { ++pos; }
/// Prevent using pos instead of getPos()
/// Prevent using pos instead of getRow()
private:
size_t pos;
};