Author: lwall
Date: 2010-01-08 17:43:56 +0100 (Fri, 08 Jan 2010)
New Revision: 29481

Modified:
   docs/Perl6/Spec/S12-objects.pod
Log:
[S12] extra tweak to masak++'s tweak, now that "so" is less confusable as a 
value.


Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod     2010-01-08 15:50:59 UTC (rev 29480)
+++ docs/Perl6/Spec/S12-objects.pod     2010-01-08 16:43:56 UTC (rev 29481)
@@ -1913,7 +1913,7 @@
 
     $obj.Bool != 0
 
-Never compare a value to "C<so>", or "C<True>".  Just use it
+Never compare a value to "C<True>".  Just use it
 in a boolean context.  Well, almost never...
 
 If you wish to be explicit about a boolean context, use the high-level

Reply via email to