Skip to content

Commit

Permalink
Fix Generated Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoolwinter committed Dec 12, 2023
1 parent 722bc56 commit c867fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# ``CodeEditInputView``
# ``CodeEditTextView``

A text editor designed to edit code documents.

Expand Down
2 changes: 1 addition & 1 deletion Sources/CodeEditTextView/TextView/TextView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ public class TextView: NSView, NSTextContent {

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

0 comments on commit c867fed

Please sign in to comment.