Skip to content

Commit 5d1f4c9

Browse files
committed
Small fix (bg)
1 parent 5f13fe5 commit 5d1f4c9

File tree

1 file changed

+4
-1
lines changed
  • bg/documentation/ruby-from-other-languages

1 file changed

+4
-1
lines changed

bg/documentation/ruby-from-other-languages/index.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,8 @@ adder.class # => Proc
367367

368368
{% highlight ruby %}
369369
method(:puts).call "puts is an object!"
370-
# => puts is an object! {% endhighlight %}
370+
# => puts is an object!
371+
{% endhighlight %}
371372

372373
### Операторите са синтактична захар
373374

@@ -403,4 +404,6 @@ end
403404

404405
Ако сте готови за още знания, посетете [документацията](/bg/documentation/).
405406

407+
408+
406409
[faq]: http://ruby-doc.org/docs/ruby-doc-bundle/FAQ/FAQ.html

0 commit comments

Comments
 (0)