diff options
| author | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:33:22 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2022-12-23 00:34:17 +0100 |
| commit | 1a9bcaccec411cbc50a5d1ff64f266afaa63a29c (patch) | |
| tree | 3d63a07659ca159c72d87b465699049301628c89 /library/src/layout/flow.rs | |
| parent | fd787317a858f0f6d9a3ac551d3fecb93286a0af (diff) | |
Fix typos
Diffstat (limited to 'library/src/layout/flow.rs')
| -rw-r--r-- | library/src/layout/flow.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/library/src/layout/flow.rs b/library/src/layout/flow.rs index 611e9ee1..4a8bed85 100644 --- a/library/src/layout/flow.rs +++ b/library/src/layout/flow.rs @@ -5,7 +5,7 @@ use crate::prelude::*; /// Arrange spacing, paragraphs and block-level nodes into a flow. /// -/// This node is reponsible for layouting both the top-level content flow and +/// This node is responsible for layouting both the top-level content flow and /// the contents of boxes. #[capable(Layout)] #[derive(Hash)] @@ -244,7 +244,7 @@ impl<'a> FlowLayouter<'a> { } } - // Determine the size of the flow in this region dependening on whether + // Determine the size of the flow in this region depending on whether // the region expands. let mut size = self.expand.select(self.full, used); |
