Author: diakopter
Date: 2010-01-28 23:21:40 +0100 (Thu, 28 Jan 2010)
New Revision: 29594

Modified:
   docs/Perl6/Spec/S02-bits.pod
Log:
[S02] typo

Modified: docs/Perl6/Spec/S02-bits.pod
===================================================================
--- docs/Perl6/Spec/S02-bits.pod        2010-01-27 20:57:27 UTC (rev 29593)
+++ docs/Perl6/Spec/S02-bits.pod        2010-01-28 22:21:40 UTC (rev 29594)
@@ -508,7 +508,7 @@
     $spot.defined;          # False
     say $spot;              # "Dog"
 
-Any type name used as a value is an undefined instance ofthat type's 
+Any type name used as a value is an undefined instance of that type's 
 prototype object, or I<type object> for short.  See S12 for more on that.
 
 Any type name in rvalue context is parsed as a single type value and

Reply via email to