From dee70b57a3569bc3c980b6f7f3df441f67f13b4d Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Thu, 21 Jul 2022 15:00:47 +0200 Subject: [PATCH] Rename Cheatsheet to Basics --- list.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/list.json b/list.json index 4c8d866..4632a67 100644 --- a/list.json +++ b/list.json @@ -39,7 +39,7 @@ { "title": "00 - Hello World", "filename": "00 - Hello World"}, { "title": "01 - Cargo", "filename": "01 - Cargo"}, { "title": "02 - Higher-Lower-Game", "filename": "02 - Higher-Lower-Spiel"}, - { "title": "03 - Cheatsheet", "filename": "03 - Concepts"}, + { "title": "03 - Basics", "filename": "03 - Concepts"}, { "title": "04 - Ownership", "filename": "04 - Ownership"}, { "title": "05 - Structs", "filename": "05 - Structs"}, { "title": "06 - Enums", "filename": "06 - Enums"}