We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d0dacc commit 185207cCopy full SHA for 185207c
chalk-ir/src/interner.rs
@@ -493,7 +493,7 @@ pub trait Interner: Debug + Copy + Eq + Ord + Hash {
493
/// Lookup the `ConstData` that was interned to create a `InternedConst`.
494
fn const_data<'a>(&self, constant: &'a Self::InternedConst) -> &'a ConstData<Self>;
495
496
- /// Deterermine whether two concrete const values are equal.
+ /// Determine whether two concrete const values are equal.
497
fn const_eq(
498
&self,
499
ty: &Self::InternedType,
0 commit comments