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: Improved links

* doc/syntax/methods.rdoc:  ditto.

	* doc/syntax.rdoc:  Added link to assignment document


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38880 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
drbrain 2013-01-19 00:16:08 +00:00
parent 672da11abf
commit 6ff1653cf6
4 changed files with 16 additions and 5 deletions

View file

@ -409,6 +409,6 @@ May be written as:
end
If you wish to rescue an exception for only part of your method use +begin+ and
+end+. For more details see the page on {Exception
Handling}[rdoc-ref:syntax/exceptions.rdoc].
+end+. For more details see the page on {exception
handling}[rdoc-ref:syntax/exceptions.rdoc].