* 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"