Skip to content

Commit 565d167

Browse files
committed
Doc fixes
1 parent 57d91d6 commit 565d167

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lib.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)