Skip to content

Commit 0fa48c8

Browse files
authored
fixed typo lesson01
1 parent 05a285f commit 0fa48c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lesson/lesson01.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,14 @@
5959

6060
- Ресурсы:
6161
- <a href="https://try.github.io/levels/1/challenges/1">Интерактивная Git обучалка</a>
62-
- <a href="http://learngitbranching.js.org/">Еще одна интерактивная обучалка, по русски</a>
62+
- <a href="http://learngitbranching.js.org/">Еще одна интерактивная обучалка, по-русски</a>
6363
- <a href="https://git-scm.com/book/ru/v2">Книга Git</a>
6464
- <a href="https://illustrated-git.readthedocs.org/en/latest/#working-with-remote-repositories">Working with remote repositories</a>
6565
- <a href="https://www.youtube.com/playlist?list=PLIU76b8Cjem5B3sufBJ_KFTpKkMEvaTQR">Видео по обучению Git</a>
6666
- <a href="https://blog.interlinked.org/tutorials/git.html">Git Overview</a>
6767
- <a href="http://geekbrains.ru/gitstart">Видеокурс по Git</a>
6868
- [Основы Git за 20 минут](https://www.youtube.com/watch?v=TMeZGvtQnT8)
69-
- [Популярность разный VSC](http://www.netinstructions.com/the-case-for-git/)
69+
- [Популярность разных VSC](http://www.netinstructions.com/the-case-for-git/)
7070
- <a href="https://git-scm.com/book/ru/v2">Книга по Git</a>
7171

7272
## Домашнее задание HW1
@@ -89,7 +89,7 @@
8989
### Optional
9090
- Модифицировать класс `ArrayStorage`: хранить все резюме в начале storage (без дырок null), чтобы не перебирать каждый раз все 10000 элементов.
9191
```
92-
Хранеие резюме в storage (от 0 до size-1 элементов null нет):
92+
Хранение резюме в storage (от 0 до size-1 элементов null нет):
9393
9494
r1, r2, r3,..., rn, null, null,..., null
9595
<---- size ----->

0 commit comments

Comments
 (0)