Fixed minor typo in comment for GetApproximateSizes().

Changed "must of type" to "must be of type".

Signed-off-by: Albert Hse-Lin Chen <hselin@kalista.io>
This commit is contained in:
Albert Hse-Lin Chen 2021-11-10 15:45:32 -08:00
parent d52b520d51
commit c55ff72030

2
include/rocksdb/db.h Normal file → Executable file
View File

@ -1025,7 +1025,7 @@ class DB {
uint64_t* sizes) = 0;
// Simpler versions of the GetApproximateSizes() method above.
// The include_flags argument must of type DB::SizeApproximationFlags
// The include_flags argument must be of type DB::SizeApproximationFlags
// and can not be NONE.
virtual Status GetApproximateSizes(ColumnFamilyHandle* column_family,
const Range* ranges, int n,