Skip to content

Commit 4c04ed1

Browse files
nikomatsakisKiChjang
authored andcommitted
fix typo in comment
1 parent c95ad65 commit 4c04ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-ir/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ pub enum Ty {
258258
/// exists<type> {
259259
/// vec![
260260
/// // A QuantifiedWhereClause:
261-
/// forall<region> { ^1: Fn(&^2 u32) }
261+
/// forall<region> { ^1: Fn(&^0 u32) }
262262
/// ]
263263
/// }
264264
/// ```

0 commit comments

Comments
 (0)