summaryrefslogtreecommitdiff
path: root/library/src/text/misc.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-12-23 00:33:22 +0100
committerLaurenz <laurmaedje@gmail.com>2022-12-23 00:34:17 +0100
commit1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (patch)
tree3d63a07659ca159c72d87b465699049301628c89 /library/src/text/misc.rs
parentfd787317a858f0f6d9a3ac551d3fecb93286a0af (diff)
Fix typos
Diffstat (limited to 'library/src/text/misc.rs')
-rw-r--r--library/src/text/misc.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/library/src/text/misc.rs b/library/src/text/misc.rs
index d05bf3ec..75194a86 100644
--- a/library/src/text/misc.rs
+++ b/library/src/text/misc.rs
@@ -29,7 +29,7 @@ impl Behave for SpaceNode {
/// # Line Break
/// Inserts a line break.
///
-/// Advances the paragraph to the next line. A single trailing linebreak at the
+/// Advances the paragraph to the next line. A single trailing line break at the
/// end of a paragraph is ignored, but more than one creates additional empty
/// lines.
///
@@ -41,7 +41,7 @@ impl Behave for SpaceNode {
/// ```
///
/// ## Syntax
-/// This function also has dedicated syntax: To insert a linebreak, simply write
+/// This function also has dedicated syntax: To insert a line break, simply write
/// a backslash followed by whitespace. This always creates an unjustified
/// break.
///
@@ -58,7 +58,7 @@ impl Behave for SpaceNode {
/// #let jb = linebreak(justify: true)
///
/// I have manually tuned the #jb
-/// linebreaks in this paragraph #jb
+/// line breaks in this paragraph #jb
/// for an _interesting_ result. #jb
/// ```
///