mirror of
https://github.com/typst/typst
synced 2025-05-13 20:46:23 +08:00
Typo fix
This commit is contained in:
parent
046cd4f5c7
commit
e362dc67c4
@ -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
|
||||
|
@ -223,7 +223,7 @@ castable! {
|
||||
/// paragraph breaks collapse into a single one.
|
||||
///
|
||||
/// ## 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.
|
||||
///
|
||||
/// ## Example
|
||||
|
Loading…
x
Reference in New Issue
Block a user