From 1bca5d1e3f948db73e3eb6030fc2f2a13039b727 Mon Sep 17 00:00:00 2001 From: Utkarsh <150805225+rishu2132@users.noreply.github.com> Date: Fri, 12 Jun 2026 21:40:18 +0530 Subject: [PATCH] Update exercise range from 6.6 to 6.5 --- src/content/6/en/part6a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/6/en/part6a.md b/src/content/6/en/part6a.md index 3cedc77e888..3e038607064 100644 --- a/src/content/6/en/part6a.md +++ b/src/content/6/en/part6a.md @@ -774,7 +774,7 @@ The current code of the application is available in its entirety on [GitHub](htt
-### Exercises 6.2.-6.6. +### Exercises 6.2.-6.5. Let's implement a new version of the anecdote voting application from Part 1. Use the project at https://github.com/fullstack-hy2020/zustand-anecdotes as the base for your solution.