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