Skip to content

Commit 1c811fd

Browse files
Update TypesetContext.swift
Co-authored-by: Tom Ludwig <tommludwig@icloud.com>
1 parent a23d196 commit 1c811fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/TextLine/Typesetter/TypesetContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
import Foundation
99

10-
/// Represents partial parsing state for typesetting a line.Used once during typesetting and then discarded.
10+
/// Represents partial parsing state for typesetting a line. Used once during typesetting and then discarded.
1111
/// Contains a few methods for appending data or popping the current line data.
1212
struct TypesetContext {
1313
let documentRange: NSRange

0 commit comments

Comments
 (0)