diff options
| author | Martin <mhaug@live.de> | 2021-06-27 18:30:25 +0200 |
|---|---|---|
| committer | Martin Haug <mhaug@live.de> | 2021-06-27 18:58:28 +0200 |
| commit | 6f518c172805b6ac067a692eb8971c7ec1e50608 (patch) | |
| tree | be1dfb1bfae7cd6ca598863c1c4575ccaefc5b03 /src/layout | |
| parent | 9bd8b7ddac046f581dc750e148147901d08cb0f4 (diff) | |
Adjust comments
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Update tests/typ/layout/stack.typ
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'src/layout')
| -rw-r--r-- | src/layout/incremental.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/incremental.rs b/src/layout/incremental.rs index a3051d0f..b6a059c5 100644 --- a/src/layout/incremental.rs +++ b/src/layout/incremental.rs @@ -162,7 +162,7 @@ impl FramesEntry { } } -/// These constraints describe regions that match them. +/// Describe regions that match them. #[derive(Debug, Copy, Clone, PartialEq)] pub struct Constraints { /// The minimum available length in the region. |
