From 6d32f0b09e97db757a007d285d1d3f46ddb2c97d Mon Sep 17 00:00:00 2001 From: Orestis <orestis.malaspinas@pm.me> Date: Wed, 13 Sep 2023 11:33:27 +0200 Subject: [PATCH] typos --- book/src/lifetimes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/book/src/lifetimes.md b/book/src/lifetimes.md index 7254b09..3c54ee6 100644 --- a/book/src/lifetimes.md +++ b/book/src/lifetimes.md @@ -4,7 +4,7 @@ Les concepts abordés dans cet exemple sont: -1. [Le pattern `NewYtpe`](#le-pattern-newtype) +1. [Le pattern `NewType`](#le-pattern-newtype) 2. [Les lifetimes](#les-lifetimes) 3. [Les itérateurs et la généricité]() -- GitLab