[ci skip] fix doc

This commit is contained in:
gwenn 2018-09-08 11:10:08 +02:00
parent d6b6058849
commit b38fe372b6

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 {