Skip to content

Commit

Permalink
* doc/syntax/refinements.rdoc: typo fix by @skade [fix rubyGH-508]
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
hsbt committed Jan 21, 2014
1 parent 37799fc commit 5dabe8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/syntax/refinements.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Activate the refinement with #using:

using M

x = C.new
c = C.new

c.foo # prints "C#foo in M"

Expand Down

0 comments on commit 5dabe8d

Please sign in to comment.