mirror of https://github.com/facebook/rocksdb.git
Merge pull request #442 from alabid/alabid/fix-example-typo
fix really trivial typo in column families example
This commit is contained in:
commit
d8c4ce6b50
|
@ -33,7 +33,7 @@ int main() {
|
|||
|
||||
// open DB with two column families
|
||||
std::vector<ColumnFamilyDescriptor> column_families;
|
||||
// have to open default column familiy
|
||||
// have to open default column family
|
||||
column_families.push_back(ColumnFamilyDescriptor(
|
||||
kDefaultColumnFamilyName, ColumnFamilyOptions()));
|
||||
// open the new one, too
|
||||
|
|
Loading…
Reference in New Issue