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 <[email protected]>
  • Loading branch information
miguelangel-dev and heckj authored Jun 6, 2024
1 parent 50dce34 commit 5765337
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 @@ -975,7 +975,7 @@ public final class Document: @unchecked Sendable {
/// doc.difference(from: doc.heads())
/// ```
/// - Parameters:
/// - from: heads at beginning point in the documents history.
/// - since: The set of heads at the point in the documents history to compare to.
/// - Note: `from` do not have to be chronological. Document state can move backward.
/// - Returns: The difference needed to produce current document given an arbitrary
/// point in the history.
Expand Down

0 comments on commit 5765337

Please sign in to comment.