mirror of
https://github.com/isar/rusqlite.git
synced 2025-01-20 01:10:51 +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.
|
||||
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…
x
Reference in New Issue
Block a user