Author: lwall Date: 2009-03-20 00:05:55 +0100 (Fri, 20 Mar 2009) New Revision: 25933
Modified: docs/Perl6/Spec/S06-routines.pod Log: make as trait consistent with as/of in S02 Modified: docs/Perl6/Spec/S06-routines.pod =================================================================== --- docs/Perl6/Spec/S06-routines.pod 2009-03-19 22:57:34 UTC (rev 25932) +++ docs/Perl6/Spec/S06-routines.pod 2009-03-19 23:05:55 UTC (rev 25933) @@ -13,9 +13,9 @@ Maintainer: Larry Wall <la...@wall.org> Date: 21 Mar 2003 - Last Modified: 18 Mar 2009 + Last Modified: 19 Mar 2009 Number: 6 - Version: 106 + Version: 107 This document summarizes Apocalypse 6, which covers subroutines and the @@ -1582,7 +1582,7 @@ The signature of a subroutine. Normally declared implicitly, by providing a parameter list and/or return type. -=item C<returns>/C<is returns> +=item C<as>/C<is as> The C<inner> type constraint that a routine imposes on its return value.