From 51efb0f4d69943e290d977673970cd3c8ada306f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 16 Jan 2021 15:08:03 +0100 Subject: =?UTF-8?q?Port=20remaining=20parser=20tests=20=F0=9F=9A=9A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/eval/state.rs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/eval') diff --git a/src/eval/state.rs b/src/eval/state.rs index a88dfd07..21fb7fb6 100644 --- a/src/eval/state.rs +++ b/src/eval/state.rs @@ -11,15 +11,15 @@ use crate::paper::{Paper, PaperClass, PAPER_A4}; /// The evaluation state. #[derive(Debug, Clone, PartialEq)] pub struct State { - /// The current page state. + /// The current page settings. pub page: PageSettings, - /// The current paragraph state. + /// The current paragraph settings. pub par: ParSettings, - /// The current font state. + /// The current font settings. pub font: FontSettings, - /// The current directions. + /// The current layouting directions. pub dirs: LayoutDirs, - /// The current alignments. + /// The current alignments of an item in its parent. pub align: ChildAlign, } -- cgit v1.2.3