This commit is contained in:
Laurenz 2022-12-26 12:00:21 +01:00
parent 046cd4f5c7
commit e362dc67c4
2 changed files with 2 additions and 2 deletions

View File

@ -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 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`. /// `unit`, and `weather`.
/// ///
/// ## Example /// ## Example

View File

@ -223,7 +223,7 @@ castable! {
/// paragraph breaks collapse into a single one. /// paragraph breaks collapse into a single one.
/// ///
/// ## Syntax /// ## Syntax
/// Instead of calling this function, you can insert two empty lines in your /// Instead of calling this function, you can insert a blank line into your
/// markup to create a paragraph break. /// markup to create a paragraph break.
/// ///
/// ## Example /// ## Example