diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-17 14:47:11 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-17 14:47:11 +0100 |
| commit | 271b0f953b35ab2c0281b5f728798204accc412f (patch) | |
| tree | fccfe3a0694eb2a84652ab541c08a438334fda60 /src/lib.rs | |
| parent | ceb00a2e779ce17b75fd996b4e5f48ab543a1e63 (diff) | |
Fixes in TextMate grammar ✅
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |
