Skip to content

Commit 1090c23

Browse files
committed
Finish Cutoff Doc Comment
1 parent ac763fb commit 1090c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/TextLine/Typesetter/Typesetter.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import CoreText
1414
/// This class has one primary method: ``typeset(_:documentRange:displayData:markedRanges:attachments:)``, which
1515
/// performs the typesetting algorithm and breaks content into runs using attachments.
1616
///
17-
/// To retrieve the
17+
/// To retrieve the line fragments generated by this class, access the ``lineFragments`` property.
1818
final public class Typesetter {
1919
struct ContentRun {
2020
let range: NSRange

0 commit comments

Comments
 (0)