Przeglądaj źródła

SVI Change ch02

SVI 1 miesiąc temu
rodzic
commit
32df9e1b2c
2 zmienionych plików z 6 dodań i 4 usunięć
  1. 5 4
      doc/part01/ch02.md
  2. 1 0
      doc/part01/main.md

+ 5 - 4
doc/part01/ch02.md

@@ -1,11 +1,12 @@
-# Chapter 2. Drawing a line
+# Глава 2. Рисование линий
 
 A line is a series of adjacent points. We will limit ourselves to two types of
 lines:
+
 Horizontal and vertical lines
-    When drawing these lines point by point, just one coordinate changes,
-    while the other stays constant.
-A point is an object consisting of x and y coordinates, and we define it and
+
+- When drawing these lines point by point, just one coordinate changes, while the other stays constant.
+- A point is an object consisting of x and y coordinates, and we define it and
 use it like this:
 
 ```nim

+ 1 - 0
doc/part01/main.md

@@ -1,3 +1,4 @@
 # Часть 1. Введение в Nim с помощью графики
 
 - [Глава 1](./ch01.md)
+- [Глава 2](./ch02.md)