Skip to content

Commit

Permalink
Fix backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
solar05 authored Mar 7, 2024
1 parent 9a9e66f commit d0baee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/20-data-types/20-lists/description.ru.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ theory: |
other_list = [0 | my_list] # [0, 1, 2, 3, 4]
```
Оператор *|* добавляет новый элемент к голове списка и возвращает новый список.
Оператор `|` добавляет новый элемент к голове списка и возвращает новый список.
Разделение списка на голову и хвост выглядит похоже:
Expand Down

0 comments on commit d0baee6

Please sign in to comment.