Skip to content

Commit bc126b4

Browse files
committed
fix typo
1 parent e1fbcc6 commit bc126b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gtfs_reader.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ impl GtfsReader {
8181

8282
/// Should the fields be trimmed (default: true)
8383
///
84-
/// It is quite time consumming
84+
/// It is quite time consuming
8585
/// If performance is an issue, and if your data is high quality, you can set it to false
8686
pub fn trim_fields(mut self, trim_fields: bool) -> Self {
8787
self.trim_fields = trim_fields;

0 commit comments

Comments
 (0)