diff options
| author | Laurenz <laurmaedje@gmail.com> | 2025-01-23 12:50:51 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-23 11:50:51 +0000 |
| commit | 52ee33a275063369673d8802fb820db3825a661f (patch) | |
| tree | e4f8ca45e7b9efd608babba5aed85042f8994a08 /crates/typst-library/src/layout | |
| parent | 1bd8ff0e0fa7966f4bd2a4426241781bed168df7 (diff) | |
Rework outline (#5735)
Diffstat (limited to 'crates/typst-library/src/layout')
| -rw-r--r-- | crates/typst-library/src/layout/repeat.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/typst-library/src/layout/repeat.rs b/crates/typst-library/src/layout/repeat.rs index e423410a..9579f185 100644 --- a/crates/typst-library/src/layout/repeat.rs +++ b/crates/typst-library/src/layout/repeat.rs @@ -10,7 +10,7 @@ use crate::layout::{BlockElem, Length}; /// Space may be inserted between the instances of the body parameter, so be /// sure to adjust the [`justify`]($repeat.justify) parameter accordingly. /// -/// Errors if there no bounds on the available space, as it would create +/// Errors if there are no bounds on the available space, as it would create /// infinite content. /// /// # Example |
