Skip to content

Commit 4d35e1b

Browse files
committed
Merge branch 'feat/text-attachment-support' of https://github.com/thecoolwinter/CodeEditTextView into feat/text-attachment-support
2 parents 85cf92d + 1c811fd commit 4d35e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/CodeEditTextView/TextLine/Typesetter/LineFragmentTypesetContext.swift

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

88
import CoreGraphics
99

10-
/// Represents partial parsing state for typesetting a line fragment.Used once during typesetting and then discarded.
10+
/// Represents partial parsing state for typesetting a line fragment. Used once during typesetting and then discarded.
1111
struct LineFragmentTypesetContext {
1212
var contents: [LineFragment.FragmentContent] = []
1313
var start: Int

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)