From aa4ef8d82732c458b6f96ecf4dc4ce9e1695462e Mon Sep 17 00:00:00 2001 From: Colin Pitrat Date: Sat, 1 Mar 2025 21:12:22 +0000 Subject: [PATCH] Align title with entry in the menu --- src/closures/traits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),