mirror of
https://github.com/isar/rusqlite.git
synced 2025-08-21 21:59:29 +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 row0 = try!(rows.next().unwrap());
|
||||
// row 0 is value now...
|
||||
// row 0 is valid now...
|
||||
|
||||
let row1 = try!(rows.next().unwrap());
|
||||
// row 0 is now STALE, and row 1 is valid
|
||||
|
Reference in New Issue
Block a user