Skip to content

Commit

Permalink
Update csv.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudhu committed Nov 22, 2024
1 parent 35a8ae8 commit c331c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/theme/csv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub enum CsvLoaderError {
/// An [IO Error](std::io::Error)
#[error("Could not read the file: {0}")]
Io(#[from] std::io::Error),
/// A [CSV Error](serde_csv::Error)
/// A [CSV Error](csv::Error)
#[error("Could not parse CSV: {0}")]
CsvError(#[from] csv::Error),
}
Expand Down

0 comments on commit c331c83

Please sign in to comment.