From 6e23632fe9ab8e89a8356d7b82a7a9d6bfb2cb15 Mon Sep 17 00:00:00 2001 From: ragnar Date: Sun, 18 Feb 2024 14:36:11 +0100 Subject: [PATCH] typo --- .../kofre/bespoke/CausalPlusIsTieBreakerIsNonAssociative.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/RDTs/src/test/scala/test/kofre/bespoke/CausalPlusIsTieBreakerIsNonAssociative.scala b/Modules/RDTs/src/test/scala/test/kofre/bespoke/CausalPlusIsTieBreakerIsNonAssociative.scala index 654e01997..c17309452 100644 --- a/Modules/RDTs/src/test/scala/test/kofre/bespoke/CausalPlusIsTieBreakerIsNonAssociative.scala +++ b/Modules/RDTs/src/test/scala/test/kofre/bespoke/CausalPlusIsTieBreakerIsNonAssociative.scala @@ -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. */