Author: lwall
Date: 2010-02-16 06:02:59 +0100 (Tue, 16 Feb 2010)
New Revision: 29742

Modified:
   docs/Perl6/Spec/S32-setting-library/Numeric.pod
Log:
[Numeric] typo in previous patch


Modified: docs/Perl6/Spec/S32-setting-library/Numeric.pod
===================================================================
--- docs/Perl6/Spec/S32-setting-library/Numeric.pod     2010-02-16 04:50:34 UTC 
(rev 29741)
+++ docs/Perl6/Spec/S32-setting-library/Numeric.pod     2010-02-16 05:02:59 UTC 
(rev 29742)
@@ -294,7 +294,7 @@
 
 =item I<Standard Trig Functions>
 
- Numeric multi method func ( Numeric  $x: TrigBase $base = 
CALLER::($?TRIGBASE) ) is export
+ Numeric multi method func ( Numeric  $x: TrigBase $base = 
CALLER::<$?TRIGBASE> ) is export
 
 where I<func> is one of:
 sin, cos, tan, asin, acos, atan, sec, cosec, cotan, asec, acosec,

Reply via email to