Skip to content

Commit 3d57dc8

Browse files
slvrtrnserprex
andauthored
Update src/query.rs
Co-authored-by: Philip Dubé <[email protected]>
1 parent d62c91e commit 3d57dc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ impl Query {
4141
/// [`Identifier`], will be appropriately escaped.
4242
///
4343
/// All possible errors will be returned as [`Error::InvalidParams`]
44-
/// during query execution (`execute()`, `fetch()` etc.).
44+
/// during query execution (`execute()`, `fetch()` etc.)
4545
///
4646
/// WARNING: This means that the query must not have any extra `?`, even if
4747
/// they are in a string literal! Use `??` to have plain `?` in query.

0 commit comments

Comments
 (0)