diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 1dca1f14..8b67ecaf 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -108,6 +108,12 @@ # Day 2: Afternoon - [Welcome](welcome-day-2-afternoon.md) +- [Closures](closures.md) + - [Closure Syntax](closures/syntax.md) + - [Capturing](closures/capturing.md) + - [Closure Traits](closures/traits.md) + - [Exercise: Log Filter](closures/exercise.md) + - [Solution](closures/solution.md) - [Standard Library Types](std-types.md) - [Standard Library](std-types/std.md) - [Documentation](std-types/docs.md) @@ -118,12 +124,6 @@ - [`HashMap`](std-types/hashmap.md) - [Exercise: Counter](std-types/exercise.md) - [Solution](std-types/solution.md) -- [Closures](closures.md) - - [Closure Syntax](closures/syntax.md) - - [Capturing](closures/capturing.md) - - [Closure Traits](closures/traits.md) - - [Exercise: Log Filter](closures/exercise.md) - - [Solution](closures/solution.md) - [Standard Library Traits](std-traits.md) - [Comparisons](std-traits/comparisons.md) - [Operators](std-traits/operators.md)