Skip to content

Commit

Permalink
Update oviewer/document.go
Browse files Browse the repository at this point in the history
Co-authored-by: ccoVeille <3875889+ccoVeille@users.noreply.github.com>
  • Loading branch information
noborus and ccoVeille authored Dec 29, 2024
1 parent 0bb6797 commit 6063da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion oviewer/document.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ type LineC struct {
eolStyle tcell.Style
}

// NewDocument creates and initializes a new Document with default settings.
// NewDocument creates and initializes a new [Document] with default settings.
// It returns a pointer to the Document and an error if the cache initialization fails.
func NewDocument() (*Document, error) {
m := &Document{
Expand Down

0 comments on commit 6063da6

Please sign in to comment.