Skip to content

Commit

Permalink
Auto merge of rust-lang#2541 - lengyijun:patch-1, r=RalfJung
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
bors committed Sep 13, 2022
2 parents a00fa96 + aebfbf2 commit c7f7bc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concurrency/vector_clock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub type VTimestamp = u32;
/// circuit the calculation and return the correct result faster,
/// also this means that there is only one unique valid length
/// for each set of vector clock values and hence the PartialEq
// and Eq derivations are correct.
/// and Eq derivations are correct.
#[derive(PartialEq, Eq, Default, Debug)]
pub struct VClock(SmallVec<[VTimestamp; SMALL_VECTOR]>);

Expand Down

0 comments on commit c7f7bc0

Please sign in to comment.