Skip to content

Commit be72bec

Browse files
committed
Fix typo in docs
1 parent e74f50e commit be72bec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_ty_utils/src/assoc.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ fn associated_item_for_impl_trait_in_trait(
196196
trait_assoc_ty.def_id()
197197
}
198198

199-
/// Given an `trait_assoc_def_id` that corresponds to a previously synthethized impl trait in trait
199+
/// Given an `trait_assoc_def_id` that corresponds to a previously synthesized impl trait in trait
200200
/// into an associated type and an `impl_def_id` corresponding to an impl block, create and return
201201
/// the corresponding associated item inside the impl block.
202202
fn impl_associated_item_for_impl_trait_in_trait(

0 commit comments

Comments
 (0)