Merge pull request #114 from jgallagher/typo-fix

Fix typo "rowss" in docs.
This commit is contained in:
John Gallagher 2016-01-07 11:40:01 -05:00
commit 782f59d669

View File

@ -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`)