Skip to content

Commit

Permalink
Fixed comment/doc title
Browse files Browse the repository at this point in the history
how to create the sync pool was labeled as async when it should be labeled as sync
  • Loading branch information
Echo-Head-Wall authored Sep 12, 2024
1 parent 75e1355 commit 805a7da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pool.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
//! let mut db = pool.get().await.unwrap();
//! }
//! ```
//! ### Creating a async pool
//! ### Creating a sync pool
//! ```no_run
//! use skytable::{pool, Config};
//!
Expand Down

0 comments on commit 805a7da

Please sign in to comment.