Skip to content

Commit 748bfe7

Browse files
committed
Fix punctuation in a doc comment
1 parent 3cea8db commit 748bfe7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editorview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ export class EditorView {
621621
}
622622

623623
/// Find the line block (see
624-
/// [`lineBlockAt`](#view.EditorView.lineBlockAt) at the given
624+
/// [`lineBlockAt`](#view.EditorView.lineBlockAt)) at the given
625625
/// height, again interpreted relative to the [top of the
626626
/// document](#view.EditorView.documentTop).
627627
lineBlockAtHeight(height: number): BlockInfo {

0 commit comments

Comments
 (0)