diff --git a/compiler/stable_mir/src/ty.rs b/compiler/stable_mir/src/ty.rs index 836fabd8319..6734ecb2f9b 100644 --- a/compiler/stable_mir/src/ty.rs +++ b/compiler/stable_mir/src/ty.rs @@ -862,7 +862,7 @@ pub enum Abi { RiscvInterruptS, } -/// A Binder represents a possibly generic type and its bound vars. +/// A binder represents a possibly generic type and its bound vars. #[derive(Clone, Debug, Eq, PartialEq)] pub struct Binder { pub value: T,