Skip to content

Commit

Permalink
Fix a typo in a doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marijnh committed Aug 9, 2024
1 parent 71ef755 commit 16d0534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editorview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ export class EditorView {

/// Find the line block around the given document position. A line
/// block is a range delimited on both sides by either a
/// non-[hidden](#view.Decoration^replace) line breaks, or the
/// non-[hidden](#view.Decoration^replace) line break, or the
/// start/end of the document. It will usually just hold a line of
/// text, but may be broken into multiple textblocks by block
/// widgets.
Expand Down

0 comments on commit 16d0534

Please sign in to comment.