Skip to content

Commit d1ac251

Browse files
authored
Merge pull request #713 from jeff-davis/doc-fixup
Documentation fixup.
2 parents 8f2ae86 + c573edb commit d1ac251

File tree

1 file changed

+2
-2
lines changed
  • postgres-protocol/src/escape

1 file changed

+2
-2
lines changed

postgres-protocol/src/escape/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
//! Provides functions for escaping literals and identifiers for use
22
//! in SQL queries.
33
//!
4-
//! Prefer parameterized queries where possible; see
5-
//! [`Client::query`](crate::Client::query). Do not escape parameters.
4+
//! Prefer parameterized queries where possible. Do not escape
5+
//! parameters in a parameterized query.
66
77
#[cfg(test)]
88
mod test;

0 commit comments

Comments
 (0)