Author: pmichaud Date: Tue Aug 19 18:37:53 2008 New Revision: 30365 Modified: trunk/languages/perl6/src/builtins/any-list.pir
Log: [rakudo]: Typo corrections Modified: trunk/languages/perl6/src/builtins/any-list.pir ============================================================================== --- trunk/languages/perl6/src/builtins/any-list.pir (original) +++ trunk/languages/perl6/src/builtins/any-list.pir Tue Aug 19 18:37:53 2008 @@ -2,12 +2,12 @@ =head1 NAME -src/builtins/any_list.pir - C<List>-like functions and methods for C<Any> +src/builtins/any-list.pir - C<List>-like functions and methods for C<Any> =head1 DESCRIPTION This file implements the methods and functions of C<Any> that -are most closely associated with the C<Num> class or role. +are most closely associated with the C<List> class or role. We place them here instead of F<src/classes/Any.pir> to keep the size of that file down and to emphasize their generic, "built-in" nature.
