From c9ff24f0ef3890feba71aee98c2e62aaefb20887 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Tue, 9 Aug 2022 04:53:59 +0300 Subject: [PATCH] Rename files in config --- content/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/config.js b/content/config.js index f3decfa..6e42879 100644 --- a/content/config.js +++ b/content/config.js @@ -14,8 +14,8 @@ '2-Basic', '2-1-Identifiers', '2-2-Types', - '2-3-Context', - '2-4-Blocks', + '2-3-Blocks', + '2-4-Context', '2-5-Procedure', '2-6-Function', '2-7-Closure',