Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Feb 18, 2024
1 parent ad0c44e commit 6e23632
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import kofre.base.Lattice
import test.kofre.given
import math.Ordering.Implicits.infixOrderingOps

/* This tests a pitfall, with a common assumption about a causal clock with a tiebreaker */
/* This tests a pitfall, with an assumption about a causal clock with a tiebreaker */
class CausalPlusIsTieBreakerIsNonAssociative extends munit.FunSuite {

/* Causal plus is a variant on the last-writer-wins idea, where we use a vector clock as the primary means of (causal)ordering, and when there is no causal ordering, we fall back to some tiebreaker, such as the current wallclock time. */
Expand Down

0 comments on commit 6e23632

Please sign in to comment.