We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1fbcc6 commit bc126b4Copy full SHA for bc126b4
1 file changed
src/gtfs_reader.rs
@@ -81,7 +81,7 @@ impl GtfsReader {
81
82
/// Should the fields be trimmed (default: true)
83
///
84
- /// It is quite time consumming
+ /// It is quite time consuming
85
/// If performance is an issue, and if your data is high quality, you can set it to false
86
pub fn trim_fields(mut self, trim_fields: bool) -> Self {
87
self.trim_fields = trim_fields;
0 commit comments