From f9bb8fb9e668197d3f9c18b50913b4136f8eb634 Mon Sep 17 00:00:00 2001 From: Tom Churchman Date: Mon, 9 Dec 2024 13:41:10 +0100 Subject: [PATCH] Fix docstring typo (#217) --- parley/src/layout/cursor.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parley/src/layout/cursor.rs b/parley/src/layout/cursor.rs index d25c1d6f..4b7f6a77 100644 --- a/parley/src/layout/cursor.rs +++ b/parley/src/layout/cursor.rs @@ -211,7 +211,7 @@ impl Cursor { cur } - /// Returns a new cursor that is (positioned at. the previous word boundary + /// Returns a new cursor that is positioned at the previous word boundary /// in visual order. #[must_use] pub fn previous_visual_word(&self, layout: &Layout) -> Self {