Skip to content

Commit fcd39e7

Browse files
committed
Fix typo/spelling in try_ruby_530.md ru translation
1 parent 67ea1d4 commit fcd39e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

translations/ru/try_ruby_530.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ load: class Blurb;attr_accessor :content,:time,:mood;def initialize(mood, cont
2323
def initialize(title)
2424
@title = title
2525
@blurbs = [] # Пустой массив
26-
# для зранения Blurbs
26+
# для хранения Blurbs
2727
end
2828
2929
def add_a_blurb(mood, content)

0 commit comments

Comments
 (0)