summaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-26 12:00:21 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-26 12:00:21 +0100
commite362dc67c42cf8cbc54df32e1708815a1b5f4334 (patch)
treee32392d6c6b6e9cabacc4a999dfb387bdfec0430 /library/src
parent046cd4f5c7bfa2872d45023bed6057538b2a14de (diff)
Typo fix
Diffstat (limited to 'library/src')
-rw-r--r--library/src/compute/data.rs2
-rw-r--r--library/src/layout/par.rs2
2 files changed, 2 insertions, 2 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
diff --git a/library/src/layout/par.rs b/library/src/layout/par.rs
index eb133c04..7db19095 100644
--- a/library/src/layout/par.rs
+++ b/library/src/layout/par.rs
@@ -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