Skip to content

Commit

Permalink
doc: correct comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jacek-prisma committed Dec 12, 2024
1 parent c6bac2d commit bb7f292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quaint/src/connector/postgres/native/query.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct TypedQuery<'a> {
}

impl<'a> TypedQuery<'a> {
/// Create a new typed query from a SQL string and a statement.
/// Create a new typed query from an SQL string and metadata.
pub fn from_sql_and_metadata(sql: &'a str, metadata: impl Into<Arc<QueryMetadata>>) -> Self {
Self {
sql,
Expand Down

0 comments on commit bb7f292

Please sign in to comment.