Skip to content

Commit 85f4d1b

Browse files
committed
Doc tweak
1 parent b54f9f4 commit 85f4d1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ enum ReadState {
7070
}
7171

7272
/// A `ReadWithInfo` implementation that generates binary-formatted output
73-
/// for use with `COPY ... FROM STDIN BINARY` statements.
73+
/// for use with binary-format `COPY FROM STDIN` statements.
7474
#[derive(Debug)]
7575
pub struct BinaryCopyReader<'a, I> {
7676
types: &'a [Type],

0 commit comments

Comments
 (0)