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

* doc/syntax/refinements.rdoc: typo fix by @skade [fix GH-508]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-01-21 12:00:08 +00:00
parent 6802a3f6f2
commit fb69a11710

View file

@ -42,7 +42,7 @@ Activate the refinement with #using:
using M
x = C.new
c = C.new
c.foo # prints "C#foo in M"