Procházet zdrojové kódy

Merge pull request #822 from jl0x61:bugFix

PiperOrigin-RevId: 321372819
xry
Chris Mumford před 4 roky
rodič
revize
1454924aac
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      doc/index.md

+ 1
- 1
doc/index.md Zobrazit soubor

@ -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

Načítá se…
Zrušit
Uložit