Skip to content

Commit 4078db3

Browse files
committed
Doc typo fix
1 parent 5d04768 commit 4078db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ impl Connection {
938938
self.conn.borrow_mut().prepare(query, self)
939939
}
940940

941-
/// Creates cached prepared statement.
941+
/// Creates a cached prepared statement.
942942
///
943943
/// Like `prepare`, except that the statement is only prepared once over
944944
/// the lifetime of the connection and then cached. If the same statement

0 commit comments

Comments
 (0)