We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16c9d1 commit 1495df7Copy full SHA for 1495df7
Sources/CodeEditTextView/TextView/TextView.swift
@@ -240,7 +240,7 @@ public class TextView: NSView, NSTextContent {
240
/// The selection manager for the text view.
241
package(set) public var selectionManager: TextSelectionManager!
242
243
- /// Managed emphasized text ranges in the text view
+ /// Manages emphasized text ranges in the text view
244
public var emphasisManager: EmphasisManager?
245
246
// MARK: - Private Properties
0 commit comments