From ab00c0f7852a9f5672c8f3b492f7c903780262cd Mon Sep 17 00:00:00 2001 From: Patrick MARIE Date: Thu, 29 Aug 2024 12:59:28 +0200 Subject: [PATCH] docs: updating README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b07000c..8183a8d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after - [x] 22 - Local Variables - [x] 23 - Jumping Back and Forth - [x] 24 - Calls and Functions -- [ ] 25 - Closures +- [x] 25 - Closures - [ ] 26 - Garbage Collection - [ ] 27 - Classes and Instances - [ ] 28 - Method and Initializers