chore: remove redundant words in comment

Signed-off-by: pudongair <744355276@qq.com>
This commit is contained in:
pudongair
2025-03-26 15:28:51 +08:00
parent 6e8abb5ec6
commit cf26d82daf
3 changed files with 4 additions and 4 deletions

View File

@@ -195,7 +195,7 @@ impl<'a> Contains for Foo {
Please note that unconstrained lifetime parameters are not supported if they are
being used by an associated type.
In cases where the associated type's lifetime is meant to be tied to the the
In cases where the associated type's lifetime is meant to be tied to the
self type, and none of the methods on the trait need ownership or different
mutability, then an option is to implement the trait on a borrowed type: