mirror of
https://github.com/typst/typst
synced 2025-06-28 16:22:53 +08:00
Fix typo
This commit is contained in:
parent
363836a28e
commit
6410ad2fe6
@ -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()?;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user