We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d04768 commit 4078db3Copy full SHA for 4078db3
1 file changed
src/lib.rs
@@ -938,7 +938,7 @@ impl Connection {
938
self.conn.borrow_mut().prepare(query, self)
939
}
940
941
- /// Creates cached prepared statement.
+ /// Creates a cached prepared statement.
942
///
943
/// Like `prepare`, except that the statement is only prepared once over
944
/// the lifetime of the connection and then cached. If the same statement
0 commit comments