From 6410ad2fe6fbdea88dcb7c7a17ff40a10d434c99 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Tue, 23 May 2023 16:00:39 +0200 Subject: [PATCH] Fix typo --- library/src/layout/flow.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()?; }