We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b75a63d commit 3e25dc4Copy full SHA for 3e25dc4
src/lib.rs
@@ -1605,8 +1605,8 @@ impl<'conn> Statement<'conn> {
1605
/// the proper format. See the [Postgres documentation](http://www.postgresql.org/docs/9.4/static/sql-copy.html)
1606
/// for details.
1607
///
1608
- /// If the statement is not a `COPY FROM STDIN` statement, this method will
1609
- /// return an error though the statement will still be executed.
+ /// If the statement is not a `COPY FROM STDIN` statement, it will still be
+ /// executed and this method will return an error.
1610
1611
/// # Examples
1612
0 commit comments