Skip to content

Commit 05ef1cd

Browse files
Update docs
1 parent dff34d8 commit 05ef1cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CodeEditTextView/TextView/TextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public class TextView: NSView, NSTextContent {
240240
/// The selection manager for the text view.
241241
package(set) public var selectionManager: TextSelectionManager!
242242

243-
/// Manages text highlights within the text view
243+
/// Managed emphasized text ranges in the text view
244244
public var emphasisManager: EmphasisManager?
245245

246246
// MARK: - Private Properties

0 commit comments

Comments
 (0)