Skip to content

Commit 3e25dc4

Browse files
committed
Clarify documentation
1 parent b75a63d commit 3e25dc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1605,8 +1605,8 @@ impl<'conn> Statement<'conn> {
16051605
/// the proper format. See the [Postgres documentation](http://www.postgresql.org/docs/9.4/static/sql-copy.html)
16061606
/// for details.
16071607
///
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.
1608+
/// If the statement is not a `COPY FROM STDIN` statement, it will still be
1609+
/// executed and this method will return an error.
16101610
///
16111611
/// # Examples
16121612
///

0 commit comments

Comments
 (0)