Merge pull request #394 from gwenn/fix-doc

[ci skip] fix doc
This commit is contained in:
gwenn 2018-09-08 11:13:32 +02:00 committed by GitHub
commit cbe4afb1bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -423,7 +423,7 @@ pub trait VTabCursor: Sized {
fn rowid(&self) -> Result<i64>;
}
/// Context is used by `VTabCursor.column`` to specify the cell value.
/// Context is used by `VTabCursor.column` to specify the cell value.
pub struct Context(*mut ffi::sqlite3_context);
impl Context {