From b8ec9241e190a10ba0bd69f1c4e2dfc4f5c678d0 Mon Sep 17 00:00:00 2001 From: Nicolas Date: Wed, 27 Sep 2023 09:58:39 +0200 Subject: [PATCH] chore: fix doc --- src/convert_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/convert_file.rs b/src/convert_file.rs index 3fb08b1..bf7307b 100644 --- a/src/convert_file.rs +++ b/src/convert_file.rs @@ -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(