summaryrefslogtreecommitdiff
path: root/src/layout/par.rs
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2020-10-11 23:18:00 +0200
committerLaurenz <laurmaedje@gmail.com>2020-10-11 23:18:00 +0200
commita2a68106c025ada726e291df4d7e5aa624f68410 (patch)
treed06c34c72414c9c85b376ab9b5e907294f8ac68b /src/layout/par.rs
parent1b3eb42003131c9a5c28ca6efb2c86b43d700016 (diff)
Evaluation benchmark 🔋
Diffstat (limited to 'src/layout/par.rs')
-rw-r--r--src/layout/par.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout/par.rs b/src/layout/par.rs
index 8c44e0f4..729c077f 100644
--- a/src/layout/par.rs
+++ b/src/layout/par.rs
@@ -8,7 +8,7 @@ pub struct Par {
/// The children are placed in lines along the `cross` direction. The lines
/// are stacked along the `main` direction.
pub dirs: Gen<Dir>,
- /// How to align _this_ paragraph in _its_ parent.
+ /// How to align this paragraph in _its_ parent.
pub aligns: Gen<Align>,
/// Whether to expand the cross axis to fill the area or to fit the content.
pub cross_expansion: Expansion,