提交 6a1f92b8 编写于 作者: L LeSeulArtichaut

Fix typo in `DebruijnIndex` documentation

Co-authored-by: NRémy Rakic <lqd@users.noreply.github.com>
上级 3f2088aa
......@@ -119,7 +119,7 @@ pub struct TypeFlags: u32 {
/// Bruijn index of 0, meaning "the innermost binder" (in this case, a
/// fn). The region `'a` that appears in the second argument type (`&'a
/// isize`) would then be assigned a De Bruijn index of 1, meaning "the
/// second-innermost binder". (These indices are written on the arrays
/// second-innermost binder". (These indices are written on the arrows
/// in the diagram).
///
/// What is interesting is that De Bruijn index attached to a particular
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册