Skip to content

Commit bee14b1

Browse files
Fix clippy::doc_lazy_continuation lint (#177)
1 parent 57a0d9f commit bee14b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ A high-level, safe, zero-allocation font parser for:
33
* [TrueType](https://docs.microsoft.com/en-us/typography/truetype/),
44
* [OpenType](https://docs.microsoft.com/en-us/typography/opentype/spec/), and
55
* [AAT](https://developer.apple.com/fonts/TrueType-Reference-Manual/RM06/Chap6AATIntro.html)
6-
fonts.
6+
fonts.
77
88
Font parsing starts with a [`Face`].
99

0 commit comments

Comments
 (0)