fix some typos
This commit is contained in:
parent
7e4f4660eb
commit
7b371d2ad9
9 changed files with 10 additions and 10 deletions
|
@ -223,7 +223,7 @@ pub trait ToStableHashKey<HCX> {
|
|||
/// stable across compilation session boundaries. More formally:
|
||||
///
|
||||
/// ```txt
|
||||
/// Ord::cmp(a1, b1) == Ord:cmp(a2, b2)
|
||||
/// Ord::cmp(a1, b1) == Ord::cmp(a2, b2)
|
||||
/// where a2 = decode(encode(a1, context1), context2)
|
||||
/// b2 = decode(encode(b1, context1), context2)
|
||||
/// ```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue