File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1530,13 +1530,13 @@ impl<'conn> Statement<'conn> {
1530
1530
/// Executes a `COPY FROM STDIN` statement, returning the number of rows
1531
1531
/// added.
1532
1532
///
1533
- /// The data read out of the provided `Read`er are passed to the Postgres
1534
- /// server verbatim; it is the caller's responsibility to ensure the data
1535
- /// is in the proper format. See the
1533
+ /// The contents of the provided reader are passed to the Postgres server
1534
+ /// verbatim; it is the caller's responsibility to ensure it uses the
1535
+ /// proper format. See the
1536
1536
/// [Postgres documentation](http://www.postgresql.org/docs/9.4/static/sql-copy.html)
1537
1537
/// for details.
1538
1538
///
1539
- /// If the statement is not a `COPY FROM STDIN` statement, it will still be
1539
+ /// If the statement is not a `COPY FROM STDIN` statement it will still be
1540
1540
/// executed and this method will return an error.
1541
1541
///
1542
1542
/// # Examples
You can’t perform that action at this time.
0 commit comments