mirror of
https://github.com/fluencelabs/sqlite-wasm-connector
synced 2025-03-15 06:20:50 +00:00
Fix a comment
This commit is contained in:
parent
068145028e
commit
e0e5d9198b
@ -13,7 +13,7 @@ pub struct Database<'l> {
|
||||
}
|
||||
|
||||
impl<'l> Database<'l> {
|
||||
/// Establish a database connect.
|
||||
/// Open a database.
|
||||
pub fn open(path: &Path) -> Result<Database<'l>> {
|
||||
let mut raw = 0 as *mut _;
|
||||
unsafe {
|
||||
|
Loading…
x
Reference in New Issue
Block a user