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 72e0b67 commit e49d487
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 @@ -684,7 +684,7 @@ public final class Document: @unchecked Sendable {

/// Retrieves the absolute index-based position for the list or text object and point in time you provide.
///
/// While cursors provide stable positions in a collaborative environment, this method allows you to convert
/// Use this method to convert a cursor into an absolute index-based position at a previous point in time.
/// a cursor back into an absolute index-based position.
///
/// - Parameters:
Expand Down

0 comments on commit e49d487

Please sign in to comment.