Skip to content

Commit c7f7bc0

Browse files
committed
Auto merge of rust-lang#2541 - lengyijun:patch-1, r=RalfJung
fix typo
2 parents a00fa96 + aebfbf2 commit c7f7bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/vector_clock.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pub type VTimestamp = u32;
5353
/// circuit the calculation and return the correct result faster,
5454
/// also this means that there is only one unique valid length
5555
/// for each set of vector clock values and hence the PartialEq
56-
// and Eq derivations are correct.
56+
/// and Eq derivations are correct.
5757
#[derive(PartialEq, Eq, Default, Debug)]
5858
pub struct VClock(SmallVec<[VTimestamp; SMALL_VECTOR]>);
5959

0 commit comments

Comments
 (0)