mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/syntax/refinements.rdoc : Fix a missing quote
Patch by Robin Dupret. [Fix GH-271] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@40586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
f620e9e7d3
commit
96e14ad252
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Here is a basic refinement:
|
|||
|
||||
class C
|
||||
def foo
|
||||
puts "C#foo
|
||||
puts "C#foo"
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue