From a2a68106c025ada726e291df4d7e5aa624f68410 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 11 Oct 2020 23:18:00 +0200 Subject: =?UTF-8?q?Evaluation=20benchmark=20=F0=9F=94=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/layout/par.rs | 2 +- src/layout/stack.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/layout') 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, - /// How to align _this_ paragraph in _its_ parent. + /// How to align this paragraph in _its_ parent. pub aligns: Gen, /// Whether to expand the cross axis to fill the area or to fit the content. pub cross_expansion: Expansion, diff --git a/src/layout/stack.rs b/src/layout/stack.rs index 6ff287f0..2f3ceed8 100644 --- a/src/layout/stack.rs +++ b/src/layout/stack.rs @@ -8,7 +8,7 @@ pub struct Stack { /// The children are stacked along the `main` direction. The `cross` /// direction is required for aligning the children. pub dirs: Gen, - /// How to align _this_ stack in _its_ parent. + /// How to align this stack in _its_ parent. pub aligns: Gen, /// Whether to expand the axes to fill the area or to fit the content. pub expansion: Gen, -- cgit v1.2.3