Skip to content

Commit 7f2e1ef

Browse files
author
dave
committed
Doug Kearns's doc. patch
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 0313f4c commit 7f2e1ef

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

array.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1636,7 +1636,7 @@ rb_ary_sort(ary)
16361636
*
16371637
* Invokes <i>block</i> once for each element of <i>self</i>. Creates a
16381638
* new array containing the values returned by the block.
1639-
* See also Enumerable#collect</code>.
1639+
* See also <code>Enumerable#collect</code>.
16401640
*
16411641
* a = [ "a", "b", "c", "d" ]
16421642
* a.collect {|x| x + "!" } #=> ["a!", "b!", "c!", "d!"]

lib/.document

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ abbrev.rb
1010
base64.rb
1111
benchmark.rb
1212
cgi.rb
13+
cgi
1314
complex.rb
1415
date.rb
1516
English.rb
@@ -29,4 +30,4 @@ test/unit.rb
2930
thread.rb
3031
thwait.rb
3132
time.rb
32-
yaml.rb
33+
yaml.rb

0 commit comments

Comments
 (0)