We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a00fa96 + aebfbf2 commit c7f7bc0Copy full SHA for c7f7bc0
src/concurrency/vector_clock.rs
@@ -53,7 +53,7 @@ pub type VTimestamp = u32;
53
/// circuit the calculation and return the correct result faster,
54
/// also this means that there is only one unique valid length
55
/// for each set of vector clock values and hence the PartialEq
56
-// and Eq derivations are correct.
+/// and Eq derivations are correct.
57
#[derive(PartialEq, Eq, Default, Debug)]
58
pub struct VClock(SmallVec<[VTimestamp; SMALL_VECTOR]>);
59
0 commit comments