Skip to content

Commit

Permalink
fix: remove incorrect comment
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed Jan 14, 2025
1 parent 78f3103 commit de1be2f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crdt/interface.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ type Result struct {
Root ipld.Link
// Head is the list of event CIDs at the head of the clock.
Head []ipld.Link
// Event is the clock event block created for the operation performed. This
// block is also present in [Result.Additions].
// Event is the clock event block created for the operation performed.
Event block.BlockView[event.Event[operation.Operation]]
}

0 comments on commit de1be2f

Please sign in to comment.