You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// A opaque type that represents a location within an array or text object that adjusts with insertions and deletes to
5
+
/// A opaque type that represents a stable location of the character following the location reference at creation within an array or text object that adjusts with insertions and deletions to
6
6
/// maintain its relative position.
7
7
///
8
-
/// Set a cursor using ``Document/cursor(obj:position:)``, or ``Document/cursor(obj:position:heads:)`` to place a
9
-
/// cursor at a previous point in time.
10
-
/// Retrieve the cursor position from the document using ``Document/position(obj:cursor:)``, or use
11
-
/// ``Document/position(obj:cursor:heads:)`` to get the cursor position at a previous point in time.
8
+
/// Create a cursor using ``Document/cursor(obj:position:)``, or ``Document/cursor(obj:position:heads:)`` to place a
9
+
/// cursor at the point in time indicated by the `heads` parameter.
10
+
/// Retrieve the position of the cursor reference from the document using ``Document/position(obj:cursor:)``, or use
11
+
/// ``Document/position(obj:cursor:heads:)`` to get the position at a previous point in time.
0 commit comments