Skip to content

Commit aa1cafd

Browse files
committed
Add `` to variable name in docs
1 parent f76d6e0 commit aa1cafd

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_typeck/src/astconv

1 file changed

+1
-1
lines changed

compiler/rustc_typeck/src/astconv/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub trait AstConv<'tcx> {
5252

5353
/// Returns predicates in scope of the form `X: Foo<T>`, where `X`
5454
/// is a type parameter `X` with the given id `def_id` and T
55-
/// matches assoc_name. This is a subset of the full set of
55+
/// matches `assoc_name`. This is a subset of the full set of
5656
/// predicates.
5757
///
5858
/// This is used for one specific purpose: resolving "short-hand"

0 commit comments

Comments
 (0)