Author: lwall
Date: 2010-05-30 06:27:15 +0200 (Sun, 30 May 2010)
New Revision: 30973

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] missing var noticed by isBEKaml++


Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2010-05-29 23:27:04 UTC (rev 30972)
+++ docs/Perl6/Spec/S02-bits.pod        2010-05-30 04:27:15 UTC (rev 30973)
@@ -626,7 +626,7 @@
 Since C<num> can support the value C<NaN> but not the general concept of
 undefinedness, you can coerce an undefined value like this:
 
-    my num = computation() // NaN;
+    my num $n = computation() // NaN;
 
 Variables of non-native types start out containing an undefined value
 unless explicitly initialized to a defined value.

Reply via email to