diff options
| author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-26 13:50:40 +0000 |
|---|---|---|
| committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-26 13:50:40 +0000 |
| commit | c5665ab06d3d9b838d8731e91c6aabbeba967b1b (patch) | |
| tree | c6e6d3664e00a5f6c7d27df87bc3eaf70d2ab44f /array.c | |
| parent | 475af750248db0193c9278b32b129e86e1386293 (diff) | |
| download | ruby-c5665ab06d3d9b838d8731e91c6aabbeba967b1b.tar.gz ruby-c5665ab06d3d9b838d8731e91c6aabbeba967b1b.tar.xz ruby-c5665ab06d3d9b838d8731e91c6aabbeba967b1b.zip | |
Doug Kearns's doc. patch
git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@5837 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'array.c')
| -rw-r--r-- | array.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1636,7 +1636,7 @@ rb_ary_sort(ary) * * Invokes <i>block</i> once for each element of <i>self</i>. Creates a * new array containing the values returned by the block. - * See also Enumerable#collect</code>. + * See also <code>Enumerable#collect</code>. * * a = [ "a", "b", "c", "d" ] * a.collect {|x| x + "!" } #=> ["a!", "b!", "c!", "d!"] |
