Fix a comment

This commit is contained in:
Ivan Ukhov 2015-06-08 14:58:05 -04:00
parent 068145028e
commit e0e5d9198b

View File

@ -13,7 +13,7 @@ pub struct Database<'l> {
} }
impl<'l> Database<'l> { impl<'l> Database<'l> {
/// Establish a database connect. /// Open a database.
pub fn open(path: &Path) -> Result<Database<'l>> { pub fn open(path: &Path) -> Result<Database<'l>> {
let mut raw = 0 as *mut _; let mut raw = 0 as *mut _;
unsafe { unsafe {