Skip to content

Commit 17b5d98

Browse files
Update MarkedRanges.swift
Co-authored-by: Tom Ludwig <tommludwig@icloud.com>
1 parent e58a836 commit 17b5d98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/MarkedTextManager/MarkedRanges.swift

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

88
import AppKit
99

10-
/// Struct for passing attribute and range information easily down into line fragments, typesetters w/o
10+
/// Struct for passing attribute and range information easily down into line fragments, typesetters without
1111
/// requiring a reference to the marked text manager.
1212
public struct MarkedRanges {
1313
let ranges: [NSRange]

0 commit comments

Comments
 (0)