r31405 -[S12] verbo

2010-06-21 Thread pugs-commits
Author: diakopter
Date: 2010-06-22 03:17:22 +0200 (Tue, 22 Jun 2010)
New Revision: 31405

Modified:
   docs/Perl6/Spec/S12-objects.pod
Log:
[S12] verbo

Modified: docs/Perl6/Spec/S12-objects.pod
===
--- docs/Perl6/Spec/S12-objects.pod 2010-06-22 01:14:30 UTC (rev 31404)
+++ docs/Perl6/Spec/S12-objects.pod 2010-06-22 01:17:22 UTC (rev 31405)
@@ -1554,7 +1554,7 @@
 the set of constraints defines the formal type of the parameter,
 as visible to the signature.  (No one constraint is privileged as
 the storage type of the actual argument, unless it is a native type.)
-All constraints considered in type narrowness.
+All constraints are considered in type narrowness.
 That is, these are equivalently narrow:
 
 Foo Bar @x



r31404 -[S12] sppelo

2010-06-21 Thread pugs-commits
Author: diakopter
Date: 2010-06-22 03:14:30 +0200 (Tue, 22 Jun 2010)
New Revision: 31404

Modified:
   docs/Perl6/Spec/S12-objects.pod
Log:
[S12] sppelo

Modified: docs/Perl6/Spec/S12-objects.pod
===
--- docs/Perl6/Spec/S12-objects.pod 2010-06-21 22:22:51 UTC (rev 31403)
+++ docs/Perl6/Spec/S12-objects.pod 2010-06-22 01:14:30 UTC (rev 31404)
@@ -1552,7 +1552,7 @@
 
 More generally, a parameter can have a set of constraints, and
 the set of constraints defines the formal type of the parameter,
-as visible to the signature.  (No one constraint is priviledged as
+as visible to the signature.  (No one constraint is privileged as
 the storage type of the actual argument, unless it is a native type.)
 All constraints considered in type narrowness.
 That is, these are equivalently narrow: