diff options
Diffstat (limited to 'library/src/compute')
| -rw-r--r-- | library/src/compute/data.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/compute/data.rs b/library/src/compute/data.rs index ee209074..a018c09a 100644 --- a/library/src/compute/data.rs +++ b/library/src/compute/data.rs @@ -111,7 +111,7 @@ fn format_csv_error(error: csv::Error) -> String { /// /// The function returns a dictionary or an array, depending on the JSON file. /// -/// The JSON files in the example contain a object with the keys `temperature`, +/// The JSON files in the example contain objects with the keys `temperature`, /// `unit`, and `weather`. /// /// ## Example |
