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