Skip to content

Commit 185207c

Browse files
committed
fix typo (Deterermine->Determine) in docs
1 parent 3d0dacc commit 185207c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-ir/src/interner.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ pub trait Interner: Debug + Copy + Eq + Ord + Hash {
493493
/// Lookup the `ConstData` that was interned to create a `InternedConst`.
494494
fn const_data<'a>(&self, constant: &'a Self::InternedConst) -> &'a ConstData<Self>;
495495

496-
/// Deterermine whether two concrete const values are equal.
496+
/// Determine whether two concrete const values are equal.
497497
fn const_eq(
498498
&self,
499499
ty: &Self::InternedType,

0 commit comments

Comments
 (0)