Author: masak
Date: 2010-03-07 16:40:03 +0100 (Sun, 07 Mar 2010)
New Revision: 29979

Modified:
   docs/Perl6/Spec/S12-objects.pod
Log:
[S12] s/values/symbols/

Modified: docs/Perl6/Spec/S12-objects.pod
===================================================================
--- docs/Perl6/Spec/S12-objects.pod     2010-03-07 14:56:17 UTC (rev 29978)
+++ docs/Perl6/Spec/S12-objects.pod     2010-03-07 15:40:03 UTC (rev 29979)
@@ -1806,7 +1806,7 @@
 try initializing an ordinary declaration using C<::=> to make a scoped
 readonly value.)
 
-You may import enum types; only non-colliding values are imported.
+You may import enum types; only non-colliding symbols are imported.
 Colliding enum keys are hidden and must be disambiguated with the
 type name.  Any attempt to use the ambiguous name will result in a fatal
 compilation error.  (All colliding values are hidden, not just the new one,

Reply via email to