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:
parent
bb81bbf32d
commit
b3b9b6e5f7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue