diff options
Diffstat (limited to 'library/src/layout/flow.rs')
| -rw-r--r-- | library/src/layout/flow.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/src/layout/flow.rs b/library/src/layout/flow.rs index b6476816..da2ddba6 100644 --- a/library/src/layout/flow.rs +++ b/library/src/layout/flow.rs @@ -75,7 +75,7 @@ struct FlowLayouter<'a> { regions: Regions<'a>, /// Whether the flow should expand to fill the region. expand: Axes<bool>, - /// The intial size of `regions.size` that was available before we started + /// The initial size of `regions.size` that was available before we started /// subtracting. initial: Size, /// Whether the last block was a paragraph. |
