diff --git a/core/src/typecheck/eq.rs b/core/src/typecheck/eq.rs index 5047dc6250..b5e94a41de 100644 --- a/core/src/typecheck/eq.rs +++ b/core/src/typecheck/eq.rs @@ -327,7 +327,7 @@ pub fn type_eq_noenv(var_uid: usize, t1: &Type, t2: &Type) -> bool { } /// Decide type equality on contracts in their respective environment and given the remaining gas -/// `gas`. +/// in `state`. fn contract_eq_bounded( state: &mut State, var_eq: VarEq,