Skip to content

Commit

Permalink
Update Sources/Automerge/Document.swift
Browse files Browse the repository at this point in the history
Co-authored-by: Joseph Heck <heckj@mac.com>
  • Loading branch information
miguelangel-dev and heckj authored Feb 2, 2025
1 parent 1391825 commit 0a020bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Automerge/Document.swift
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ public final class Document: @unchecked Sendable {
/// Establish a cursor at the position you specify in the list or text object you provide.
///
/// In collaborative applications, maintaining stable cursor positions is crucial. Traditional index-based
/// positions can become outdated due to document modifications. This method ensures the cursor stays
/// positions become outdated when you or collaborators modify the document. This method provides a stable reference to a character that stays
/// correctly anchored regardless of changes.
///
/// `Cursor` provides a reliable way to track positions over time without being affected by document changes.
Expand Down

0 comments on commit 0a020bc

Please sign in to comment.