Re: Little issue in Array#compact! doc

Roger Pack <[email protected]> Fri, 15 Apr 2011 13:49:49 -0600
Newsgroups gmane.comp.lang.ruby.documentation
Message-ID <[email protected]>
I would create a patch to ruby's core (trunk) and submit it to the
ruby-lang redmine.
Cheers!
-r

On Sun, Apr 10, 2011 at 8:36 AM, Dorian . <[email protected]> wrote:
> Hi, if you look at Array#compact! doc, you can see there is :
>>
>> Removes nil elements from the array. Returns nil if no changes were made,
>> otherwise returns </i>ary</i>.
>
> So there is little issur with HTML markup, it should be
>>
>> Removes nil elements from the array. Returns nil if no changes were made,
>> otherwise returns <i>ary</i>.
>
>