Skip to content

Commit

Permalink
Update Sources/Automerge/Cursor.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 3b53d29 commit 1391825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Automerge/Cursor.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ typealias FfiPosition = AutomergeUniffi.Position
/// Create a cursor using ``Document/cursor(obj:position:)``, or ``Document/cursor(obj:position:heads:)`` to place a
/// cursor at the point in time indicated by the `heads` parameter.
/// Retrieve the position of the cursor reference from the document using ``Document/position(obj:cursor:)``, or use
/// ``Document/position(obj:cursor:heads:)`` to get the cursor position at a previous point in time.
/// ``Document/position(obj:cursor:heads:)`` to get the position at a previous point in time.
public struct Cursor: Equatable, Hashable, Sendable {
var bytes: [UInt8]
}
Expand Down

0 comments on commit 1391825

Please sign in to comment.