diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-07-21 20:35:02 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-07-25 01:03:38 +0200 |
| commit | adb71ee040752f9348b0c9a511b2ab7e3710cb80 (patch) | |
| tree | 13578f67cf7361a03924b2a7f18d3d17103dea09 /src/layout/par.rs | |
| parent | 927f1154fa983a13eda050d716d04dead96bf8fb (diff) | |
Move and refactor
Diffstat (limited to 'src/layout/par.rs')
| -rw-r--r-- | src/layout/par.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/par.rs b/src/layout/par.rs index 72b3edfb..8736452b 100644 --- a/src/layout/par.rs +++ b/src/layout/par.rs @@ -47,7 +47,7 @@ impl Layout for ParNode { // Find out the BiDi embedding levels. let bidi = BidiInfo::new(&text, Level::from_dir(self.dir)); - // Prepare paragraph layout by bulding a representation on which we can + // Prepare paragraph layout by building a representation on which we can // do line breaking without layouting each and every line from scratch. let layouter = ParLayouter::new(self, ctx, regions, bidi); |
