Skip to content

Commit 5d51b9b

Browse files
committed
chore(core): Touch up docstring a little more
Signed-off-by: Joshua Potts <8704475+iamjpotts@users.noreply.github.com>
1 parent ef57466 commit 5d51b9b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sqlx-core/src/query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ impl<'q, DB: Database> Query<'q, DB, <DB as Database>::Arguments<'q>> {
100100
self
101101
}
102102

103-
/// Like [`Query::bind`] but immediately returns an error if encoding an earlier value had failed.
103+
/// Like [`Query::bind`] but immediately returns an error if encoding a value failed.
104104
pub fn try_bind<T: 'q + Encode<'q, DB> + Type<DB>>(
105105
&mut self,
106106
value: T,

0 commit comments

Comments
 (0)