diff --git a/src/vtab/mod.rs b/src/vtab/mod.rs index 63e2f44..0712ee7 100644 --- a/src/vtab/mod.rs +++ b/src/vtab/mod.rs @@ -423,7 +423,7 @@ pub trait VTabCursor: Sized { fn rowid(&self) -> Result; } -/// 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 {