Skip to content

Commit

Permalink
Update heed/src/cookbook.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Tamo <[email protected]>
  • Loading branch information
Kerollmops and irevoire committed Mar 5, 2024
1 parent be20bce commit d875d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heed/src/cookbook.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
//! LMDB automatically stores their names in the unnamed database, a database that doesn't
//! need to be created in which you can write.
//!
//! However, once you create new databases, after defining the [`EnvOpenOptions::max_dbs`]
//! Once you create new databases, after defining the [`EnvOpenOptions::max_dbs`]
//! parameter, the names of those databases are automatically stored in the unnamed one.
//!
//! ```
Expand Down

0 comments on commit d875d3e

Please sign in to comment.