Author: masak Date: 2009-10-11 13:04:33 +0200 (Sun, 11 Oct 2009) New Revision: 28754
Modified: docs/Perl6/Spec/S02-bits.pod Log: Revert "[Spec/S02-bits.pod] changed colon to comma" The improvement was of the kind where things were actually more improved before the change than after. Reverting. Modified: docs/Perl6/Spec/S02-bits.pod =================================================================== --- docs/Perl6/Spec/S02-bits.pod 2009-10-11 10:28:11 UTC (rev 28753) +++ docs/Perl6/Spec/S02-bits.pod 2009-10-11 11:04:33 UTC (rev 28754) @@ -247,7 +247,7 @@ $object\ .say -But unspace is mainly about language extensibility, it lets you continue +But unspace is mainly about language extensibility: it lets you continue the line in any situation where a newline might confuse the parser, regardless of your currently installed parser. (Unless, of course, you override the unspace rule itself...) @@ -593,7 +593,7 @@ my Int $x = undef; # works -Variables with native types do not support undefinedness, it is an error +Variables with native types do not support undefinedness: it is an error to assign an undefined value to them: my int $y = undef; # dies