Skip to content

Commit

Permalink
Merge pull request #822 from jl0x61:bugFix
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 321372819
  • Loading branch information
cmumford committed Jul 15, 2020
2 parents c46e79c + 1754c12 commit 1454924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,7 @@ leveldb::Range ranges[2];
ranges[0] = leveldb::Range("a", "c");
ranges[1] = leveldb::Range("x", "z");
uint64_t sizes[2];
leveldb::Status s = db->GetApproximateSizes(ranges, 2, sizes);
db->GetApproximateSizes(ranges, 2, sizes);
```
The preceding call will set `sizes[0]` to the approximate number of bytes of
Expand Down

0 comments on commit 1454924

Please sign in to comment.