diff options
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); |
