diff --git a/modules/20-collections/30-hash-basics/description.ru.yml b/modules/20-collections/30-hash-basics/description.ru.yml index 1a806f7..1fce5de 100644 --- a/modules/20-collections/30-hash-basics/description.ru.yml +++ b/modules/20-collections/30-hash-basics/description.ru.yml @@ -63,11 +63,11 @@ instructions: | text = 'php ruby php java javascript go go go' get_words_count_by_lang text # { - # php: 2, - # ruby: 1, - # java: 1, - # javascript: 1, - # go: 3 + # 'php' => 2, + # 'ruby' => 1, + # 'java' => 1, + # 'javascript' => 1, + # 'go' => 3 # } ```