diff --git a/src/closures/traits.md b/src/closures/traits.md index e634d89a0e52..4eb29b6f2897 100644 --- a/src/closures/traits.md +++ b/src/closures/traits.md @@ -2,7 +2,7 @@ minutes: 10 --- -# Closures +# Closure traits Closures or lambda expressions have types which cannot be named. However, they implement special [`Fn`](https://doc.rust-lang.org/std/ops/trait.Fn.html),