mirror of
https://github.com/isar/rusqlite.git
synced 2025-03-03 20:28:14 +08:00
Merge pull request #114 from jgallagher/typo-fix
Fix typo "rowss" in docs.
This commit is contained in:
commit
782f59d669
@ -33,7 +33,7 @@ pub enum Error {
|
|||||||
/// Error converting a file path to a string.
|
/// Error converting a file path to a string.
|
||||||
InvalidPath(PathBuf),
|
InvalidPath(PathBuf),
|
||||||
|
|
||||||
/// Error returned when an `execute` call returns rowss.
|
/// Error returned when an `execute` call returns rows.
|
||||||
ExecuteReturnedResults,
|
ExecuteReturnedResults,
|
||||||
|
|
||||||
/// Error when a query that was expected to return at least one row (e.g., for `query_row`)
|
/// Error when a query that was expected to return at least one row (e.g., for `query_row`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user