mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Adds a missing comma in example code.
This commit is contained in:
parent
f3853c7769
commit
da965645c2
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ Please note that you need to +git :init+ before you can install a plugin as a su
|
|||
Or use plain old SVN :
|
||||
|
||||
<ruby>
|
||||
plugin 'wtfsvn' :svn => 'svn://crap.com/wtf/trunk'
|
||||
plugin 'wtfsvn', :svn => 'svn://crap.com/wtf/trunk'
|
||||
</ruby>
|
||||
|
||||
h4. vendor/lib/file/initializer(filename, data = nil, &block)
|
||||
|
|
Loading…
Reference in a new issue