Merge pull request #1110 from bmusin/patch-6

fix typo
This commit is contained in:
Carol (Nichols || Goulding) 2018-01-12 16:05:24 -05:00 committed by GitHub
commit 345c0ef8e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1643,7 +1643,7 @@ sure to add `extern crate csv;` to the top of your file.)
use std::fs::File;
// This struct represents the data in each row of the CSV file.
// Type based decoding absolves us of a lot of the nitty gritty error
// Type based decoding absolves us of a lot of the nitty-gritty error
// handling, like parsing strings as integers or floats.
#[derive(Debug, RustcDecodable)]
struct Row {