From bee14b10c19551bd3cc13257ebcaa41188f2e60d Mon Sep 17 00:00:00 2001 From: Bruce Mitchener Date: Tue, 15 Oct 2024 00:39:01 +0700 Subject: [PATCH] Fix `clippy::doc_lazy_continuation` lint (#177) --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index f82dc65..218c9f7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -3,7 +3,7 @@ A high-level, safe, zero-allocation font parser for: * [TrueType](https://docs.microsoft.com/en-us/typography/truetype/), * [OpenType](https://docs.microsoft.com/en-us/typography/opentype/spec/), and * [AAT](https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6AATIntro.html) -fonts. + fonts. Font parsing starts with a [`Face`].