Skip to content

Commit 3c4a9f4

Browse files
committed
Auto merge of #705 - lf-:typo, r=jackh726
fix typo (Deterermine->Determine) in docs
2 parents 3c7ae0e + 185207c commit 3c4a9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-ir/src/interner.rs

Lines changed: 1 addition & 1 deletion
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)