diff --git a/library/src/layout/flow.rs b/library/src/layout/flow.rs index 5e01f51d0..698073204 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()?; }