We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d62c91e commit 3d57dc8Copy full SHA for 3d57dc8
src/query.rs
@@ -41,7 +41,7 @@ impl Query {
41
/// [`Identifier`], will be appropriately escaped.
42
///
43
/// All possible errors will be returned as [`Error::InvalidParams`]
44
- /// during query execution (`execute()`, `fetch()` etc.).
+ /// during query execution (`execute()`, `fetch()` etc.)
45
46
/// WARNING: This means that the query must not have any extra `?`, even if
47
/// they are in a string literal! Use `??` to have plain `?` in query.
0 commit comments