mirror of
https://github.com/isar/rusqlite.git
synced 2025-11-26 22:52:30 +08:00
fix several typos
This commit is contained in:
committed by
Thom Chiovoloni
parent
b8b1138fcf
commit
c33d6bfad3
@@ -162,7 +162,7 @@ struct SeriesTabCursor<'vtab> {
|
||||
row_id: i64,
|
||||
/// Current value ("value")
|
||||
value: i64,
|
||||
/// Mimimum value ("start")
|
||||
/// Minimum value ("start")
|
||||
min_value: i64,
|
||||
/// Maximum value ("stop")
|
||||
max_value: i64,
|
||||
|
||||
Reference in New Issue
Block a user