Inserted dash: "nitty-gritty".
This commit is contained in:
Bulat Musin 2018-01-11 10:22:26 +03:00 committed by GitHub
parent 1adedabe22
commit 04f095cf68
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 {