From 16d0534fa444b57ad95030b27eb59f040a7cf641 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Fri, 9 Aug 2024 17:35:44 +0200 Subject: [PATCH] Fix a typo in a doc comment --- src/editorview.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editorview.ts b/src/editorview.ts index 0ca9253..f6b81f4 100644 --- a/src/editorview.ts +++ b/src/editorview.ts @@ -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.