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 d7fdb45 commit dca6c5a
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 @@ -588,7 +588,7 @@ public final class Document: @unchecked Sendable {
///
/// `Cursor` provides a reliable way to track the position of a character's location over time regardless of document changes.
/// The cursor remains anchored to the following character, and if placed at the end of the document,
/// it will persistently stay attached to the end.
/// the location it represents stays persistently at the end of the text or array.
///
/// ```swift
/// "ABC" // scenario
Expand Down

0 comments on commit dca6c5a

Please sign in to comment.