From b3b9b6e5f773cc1b594f25cfc902c9b345e993ee Mon Sep 17 00:00:00 2001 From: hsbt Date: Wed, 2 Apr 2014 05:55:44 +0000 Subject: * 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 --- doc/syntax/assignment.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/syntax/assignment.rdoc b/doc/syntax/assignment.rdoc index 79fe680f3b..adfe6485a4 100644 --- a/doc/syntax/assignment.rdoc +++ b/doc/syntax/assignment.rdoc @@ -354,7 +354,7 @@ Here is an example: p a # prints 1 -Note that these two operators behave more like a || a = 0 than +Note that these two operators behave more like a || a = 0 than a = a || 0. == Implicit Array Assignment -- cgit v1.2.3