File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1530,13 +1530,13 @@ impl<'conn> Statement<'conn> {
15301530 /// Executes a `COPY FROM STDIN` statement, returning the number of rows
15311531 /// added.
15321532 ///
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
15361536 /// [Postgres documentation](http://www.postgresql.org/docs/9.4/static/sql-copy.html)
15371537 /// for details.
15381538 ///
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
15401540 /// executed and this method will return an error.
15411541 ///
15421542 /// # Examples
You can’t perform that action at this time.
0 commit comments