mirror of
https://github.com/typst/typst
synced 2025-06-29 00:32:53 +08:00
Fix typo
This commit is contained in:
parent
363836a28e
commit
6410ad2fe6
@ -243,7 +243,7 @@ impl<'a> FlowLayouter<'a> {
|
|||||||
block: &Content,
|
block: &Content,
|
||||||
styles: StyleChain,
|
styles: StyleChain,
|
||||||
) -> SourceResult<()> {
|
) -> SourceResult<()> {
|
||||||
// Skip directly if regino is already full.
|
// Skip directly if region is already full.
|
||||||
if self.regions.is_full() {
|
if self.regions.is_full() {
|
||||||
self.finish_region()?;
|
self.finish_region()?;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user