mirror of
https://github.com/isar/rusqlite.git
synced 2024-11-23 00:39:20 +08:00
Fix typo "rowss" in docs.
This commit is contained in:
parent
38e9d57a98
commit
726bd59932
@ -33,7 +33,7 @@ pub enum Error {
|
||||
/// Error converting a file path to a string.
|
||||
InvalidPath(PathBuf),
|
||||
|
||||
/// Error returned when an `execute` call returns rowss.
|
||||
/// Error returned when an `execute` call returns rows.
|
||||
ExecuteReturnedResults,
|
||||
|
||||
/// Error when a query that was expected to return at least one row (e.g., for `query_row`)
|
||||
|
Loading…
Reference in New Issue
Block a user