Skip to content

Commit 63c1715

Browse files
fix: Fix broken intra-doc-link. (#262)
1 parent abe108c commit 63c1715

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -707,8 +707,8 @@ pub struct TextPosition {
707707
pub struct TextSelection {
708708
/// The position where the selection started, and which does not change
709709
/// as the selection is expanded or contracted. If there is no selection
710-
/// but only a caret, this must be equal to [`focus`]. This is also known
711-
/// as a degenerate selection.
710+
/// but only a caret, this must be equal to the value of [`TextSelection::focus`].
711+
/// This is also known as a degenerate selection.
712712
pub anchor: TextPosition,
713713
/// The active end of the selection, which changes as the selection
714714
/// is expanded or contracted, or the position of the caret if there is

0 commit comments

Comments
 (0)