mirror of
https://github.com/isar/rusqlite.git
synced 2025-10-07 12:02:19 +08:00
Typo s/value/valid/
This commit is contained in:
@@ -74,7 +74,7 @@ fn bad_function_will_panic(conn: &SqliteConnection) -> SqliteResult<i64> {
|
|||||||
let mut rows = try!(stmt.query([]));
|
let mut rows = try!(stmt.query([]));
|
||||||
|
|
||||||
let row0 = try!(rows.next().unwrap());
|
let row0 = try!(rows.next().unwrap());
|
||||||
// row 0 is value now...
|
// row 0 is valid now...
|
||||||
|
|
||||||
let row1 = try!(rows.next().unwrap());
|
let row1 = try!(rows.next().unwrap());
|
||||||
// row 0 is now STALE, and row 1 is valid
|
// row 0 is now STALE, and row 1 is valid
|
||||||
|
Reference in New Issue
Block a user