summaryrefslogtreecommitdiff
path: root/library/src
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-05-23 16:00:39 +0200
committerLaurenz <laurmaedje@gmail.com>2023-05-23 16:00:39 +0200
commit6410ad2fe6fbdea88dcb7c7a17ff40a10d434c99 (patch)
tree3143ce2cac7823185049ebcb60c43ac0c84ae9b5 /library/src
parent363836a28e4c8877b7c5203ed4ce595a59731802 (diff)
Fix typo
Diffstat (limited to 'library/src')
-rw-r--r--library/src/layout/flow.rs2
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()?;
}