Skip to content

Commit 3b97b51

Browse files
committed
Fix doc comment
1 parent 2f790af commit 3b97b51

File tree

1 file changed

+1
-1
lines changed
  • compiler/stable_mir/src

1 file changed

+1
-1
lines changed

compiler/stable_mir/src/ty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,7 @@ pub enum Abi {
862862
RiscvInterruptS,
863863
}
864864

865-
/// A Binder<T> represents a possibly generic type and its bound vars.
865+
/// A binder represents a possibly generic type and its bound vars.
866866
#[derive(Clone, Debug, Eq, PartialEq)]
867867
pub struct Binder<T> {
868868
pub value: T,

0 commit comments

Comments
 (0)