Skip to content

Commit c867fed

Browse files
committed
Fix Generated Documentation
1 parent 722bc56 commit c867fed

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/CodeEditTextView/Documentation.docc/Documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# ``CodeEditInputView``
1+
# ``CodeEditTextView``
22

33
A text editor designed to edit code documents.
44

Sources/CodeEditTextView/TextView/TextView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public class TextView: NSView, NSTextContent {
185185

186186
/// The text storage object for the text view.
187187
/// - Warning: Do not update the text storage object directly. Doing so will very likely break the text view's
188-
/// layout system. Use methods like ``TextView/replaceCharacters(in:with:)-3h9uo`` or
188+
/// layout system. Use methods like ``TextView/replaceCharacters(in:with:)-58mt7`` or
189189
/// ``TextView/insertText(_:)`` to modify content.
190190
private(set) public var textStorage: NSTextStorage!
191191
/// The layout manager for the text view.

0 commit comments

Comments
 (0)