This commit is contained in:
Laurenz 2023-05-23 16:00:39 +02:00
parent 363836a28e
commit 6410ad2fe6

View File

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