Fix typo "rowss" in docs.

This commit is contained in:
John Gallagher 2016-01-07 11:36:01 -05:00
parent 38e9d57a98
commit 726bd59932

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