Skip to content

Commit

Permalink
Update src/query.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Dubé <[email protected]>
  • Loading branch information
slvrtrn and serprex authored Dec 4, 2024
1 parent d62c91e commit 3d57dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ impl Query {
/// [`Identifier`], will be appropriately escaped.
///
/// All possible errors will be returned as [`Error::InvalidParams`]
/// during query execution (`execute()`, `fetch()` etc.).
/// during query execution (`execute()`, `fetch()` etc.)
///
/// WARNING: This means that the query must not have any extra `?`, even if
/// they are in a string literal! Use `??` to have plain `?` in query.
Expand Down

0 comments on commit 3d57dc8

Please sign in to comment.