Skip to content

Commit

Permalink
doc: fix incorrect type name in read_record docs
Browse files Browse the repository at this point in the history
What appears to be the wrong enum (probably copy/paste edit miss).

PR #191
  • Loading branch information
frankmcsherry authored Feb 13, 2020
1 parent b047603 commit 64421f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions csv-core/src/reader.rs
Original file line number Diff line number Diff line change
Expand Up @@ -565,8 +565,8 @@ impl Reader {
/// `ReadRecordResult`, tells the caller what to do next. For example, if
/// the entire input was read or if the output buffer was filled before a
/// full field had been read, then `ReadRecordResult::InputEmpty` or
/// `ReadFieldResult::OutputFull` is returned, respectively. Similarly, if
/// the `ends` buffer is full, then `ReadFieldResult::OutputEndsFull` is
/// `ReadRecordResult::OutputFull` is returned, respectively. Similarly, if
/// the `ends` buffer is full, then `ReadRecordResult::OutputEndsFull` is
/// returned. See the documentation for `ReadRecordResult` for more
/// details.
///
Expand Down

0 comments on commit 64421f7

Please sign in to comment.