diff options
| author | Laurenz <laurmaedje@gmail.com> | 2023-05-23 16:00:39 +0200 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2023-05-23 16:00:39 +0200 |
| commit | 6410ad2fe6fbdea88dcb7c7a17ff40a10d434c99 (patch) | |
| tree | 3143ce2cac7823185049ebcb60c43ac0c84ae9b5 | |
| parent | 363836a28e4c8877b7c5203ed4ce595a59731802 (diff) | |
Fix typo
| -rw-r--r-- | library/src/layout/flow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/flow.rs b/library/src/layout/flow.rs index 5e01f51d..69807320 100644 --- a/library/src/layout/flow.rs +++ b/library/src/layout/flow.rs @@ -243,7 +243,7 @@ impl<'a> FlowLayouter<'a> { block: &Content, styles: StyleChain, ) -> SourceResult<()> { - // Skip directly if regino is already full. + // Skip directly if region is already full. if self.regions.is_full() { self.finish_region()?; } |
