From 664a9d8fe9b7fa60c868ce4a8df5cce767ca53f1 Mon Sep 17 00:00:00 2001 From: Dan Skrypnik Date: Sat, 27 Aug 2022 19:40:10 +0300 Subject: [PATCH] 2.3 -> 2.4; 2.4 -> 2.3 chapters title fix --- content/cz/2-3-Blocks.md | 2 +- content/cz/2-4-Context.md | 2 +- content/en/2-3-Blocks.md | 2 +- content/en/2-4-Context.md | 2 +- content/ru/2-3-Blocks.md | 2 +- content/ru/2-4-Context.md | 2 +- content/uk/2-3-Blocks.md | 2 +- content/uk/2-4-Context.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/content/cz/2-3-Blocks.md b/content/cz/2-3-Blocks.md index 78688b3..8567917 100644 --- a/content/cz/2-3-Blocks.md +++ b/content/cz/2-3-Blocks.md @@ -1,3 +1,3 @@ -## 2.4. Operátor a výraz, blok kódu, funkce, smyčka, podmínka +## 2.3. Operátor a výraz, blok kódu, funkce, smyčka, podmínka No translation diff --git a/content/cz/2-4-Context.md b/content/cz/2-4-Context.md index 8ca2cb4..5eef6af 100644 --- a/content/cz/2-4-Context.md +++ b/content/cz/2-4-Context.md @@ -1,3 +1,3 @@ -## 2.3. Kontexty a lexikální rozsah +## 2.4. Kontexty a lexikální rozsah No translation diff --git a/content/en/2-3-Blocks.md b/content/en/2-3-Blocks.md index 87f9efe..0c50d0b 100644 --- a/content/en/2-3-Blocks.md +++ b/content/en/2-3-Blocks.md @@ -1,4 +1,4 @@ -## 2.4. Operator and expression, code block, function, loop, condition +## 2.3. Operator and expression, code block, function, loop, condition ```js (len - 1) * f(x, INTERVAL); diff --git a/content/en/2-4-Context.md b/content/en/2-4-Context.md index 4febb44..fca50f0 100644 --- a/content/en/2-4-Context.md +++ b/content/en/2-4-Context.md @@ -1,4 +1,4 @@ -## 2.3. Contexts and lexical scope +## 2.4. Contexts and lexical scope > Scope diff --git a/content/ru/2-3-Blocks.md b/content/ru/2-3-Blocks.md index 5443ed9..92f0446 100644 --- a/content/ru/2-3-Blocks.md +++ b/content/ru/2-3-Blocks.md @@ -1,4 +1,4 @@ -## 2.4. Оператор и выражение, блок кода, функция, цикл, условие +## 2.3. Оператор и выражение, блок кода, функция, цикл, условие > Инструкция (Instruction) — один шаг алгоритма вычислений, например инструкция процессора исполняется CPU. diff --git a/content/ru/2-4-Context.md b/content/ru/2-4-Context.md index 6d1888d..39e5248 100644 --- a/content/ru/2-4-Context.md +++ b/content/ru/2-4-Context.md @@ -1,4 +1,4 @@ -## 2.3. Контекст и лексическое окружение +## 2.4. Контекст и лексическое окружение > Область видимости (Scope) diff --git a/content/uk/2-3-Blocks.md b/content/uk/2-3-Blocks.md index e119eb6..8c51b67 100644 --- a/content/uk/2-3-Blocks.md +++ b/content/uk/2-3-Blocks.md @@ -1,4 +1,4 @@ -## 2.4. Оператор та вираз, блок коду, функція, цикл, умова +## 2.3. Оператор та вираз, блок коду, функція, цикл, умова > Інструкція (Instruction) - один крок алгоритму обчислень, наприклад, інструкція процесора виконується CPU. diff --git a/content/uk/2-4-Context.md b/content/uk/2-4-Context.md index 56bcf55..37315d5 100644 --- a/content/uk/2-4-Context.md +++ b/content/uk/2-4-Context.md @@ -1,4 +1,4 @@ -## 2.3. Контекст та лексичне оточення +## 2.4. Контекст та лексичне оточення > Область видимості (Scope)