From 271b0f953b35ab2c0281b5f728798204accc412f Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 17 Mar 2021 14:47:11 +0100 Subject: =?UTF-8?q?Fixes=20in=20TextMate=20grammar=20=E2=9C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index c8d41317..d4a73ed4 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -12,8 +12,8 @@ //! This produces a [layout tree], a high-level, fully styled representation. //! The nodes of this tree are self-contained and order-independent and thus //! much better suited for layouting than the syntax tree. -//! - **Layouting:** Next, the tree is to [layouted] into a portable version of -//! the typeset document. The output of this is a vector of [`Frame`]s +//! - **Layouting:** Next, the tree is [layouted] into a portable version of the +//! typeset document. The output of this is a vector of [`Frame`]s //! (corresponding to pages), ready for exporting. //! - **Exporting:** The finished layout can be exported into a supported //! format. Submodules for these formats are located in the [export] module. -- cgit v1.2.3