From 031ca59a07bde579cfaa32c1f17b8ece92e94dd2 Mon Sep 17 00:00:00 2001 From: Patrick MARIE Date: Sun, 1 Sep 2024 13:39:53 +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 4bc5fba..6d676b5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ While reading [Crafting Interpreters](https://craftinginterpreters.com/), after - [x] 26 - Garbage Collection - [x] 27 - Classes and Instances - [x] 28 - Method and Initializers -- [ ] 29 - Superclasses +- [x] 29 - Superclasses - [ ] 30 - Optimization ## Build & run