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:
parent
6802a3f6f2
commit
fb69a11710
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ Activate the refinement with #using:
|
|||
|
||||
using M
|
||||
|
||||
x = C.new
|
||||
c = C.new
|
||||
|
||||
c.foo # prints "C#foo in M"
|
||||
|
||||
|
|
Loading…
Reference in a new issue