mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 03:30:51 +08:00
Typo s/value/valid/
This commit is contained in:
parent
8fa377b36c
commit
cbba1386f5
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user