1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* doc/syntax/assignment.rdoc: [DOC] Fix typo unclosed HTML tag by @andrewdotn

[fix GH-574][ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-04-02 05:55:44 +00:00
parent bb81bbf32d
commit b3b9b6e5f7

View file

@ -354,7 +354,7 @@ Here is an example:
p a # prints 1
Note that these two operators behave more like <code>a || a = 0<code> than
Note that these two operators behave more like <code>a || a = 0</code> than
<code>a = a || 0</code>.
== Implicit Array Assignment