Skip to content

Commit

Permalink
fix: Fix broken intra-doc-link. (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Jul 30, 2023
1 parent abe108c commit 63c1715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -707,8 +707,8 @@ pub struct TextPosition {
pub struct TextSelection {
/// The position where the selection started, and which does not change
/// as the selection is expanded or contracted. If there is no selection
/// but only a caret, this must be equal to [`focus`]. This is also known
/// as a degenerate selection.
/// but only a caret, this must be equal to the value of [`TextSelection::focus`].
/// This is also known as a degenerate selection.
pub anchor: TextPosition,
/// The active end of the selection, which changes as the selection
/// is expanded or contracted, or the position of the caret if there is
Expand Down

0 comments on commit 63c1715

Please sign in to comment.