Skip to content

Commit

Permalink
chore: fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
pnwatin committed Sep 27, 2023
1 parent c94a66e commit b8ec924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/convert_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use crate::stations::save_stations;
/// let input_path = String::from("path/to/input.e57");
/// let output_path = String::from("path/to/output");
/// let number_of_threads = 4;
/// let as_stations true;
/// let as_stations = true;
/// convert_file(input_path, output_path, number_of_threads, as_stations);
/// ```
pub fn convert_file(
Expand Down

0 comments on commit b8ec924

Please sign in to comment.