Skip to content

Commit

Permalink
Fix small space cookbook example
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerollmops committed Feb 25, 2024
1 parent 0b03997 commit 00820c3
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 @@ -200,7 +200,7 @@
//! }
//!
//! fn fill_with_data(wtxn: &mut heed::RwTxn, db: Database<Str, Str>) -> heed::Result<()> {
//! for i in 0..100 {
//! for i in 0..1000 {
//! let key = i.to_string();
//! db.put(wtxn, &key, "I am a very long string")?;
//! }
Expand Down

0 comments on commit 00820c3

Please sign in to comment.