Author: diakopter
Date: 2010-02-03 03:09:06 +0100 (Wed, 03 Feb 2010)
New Revision: 29628

Modified:
   docs/Perl6/Spec/S29-functions.pod
Log:
[S29] syntaxos (grammaros?) (spellos?) (typos?)

Modified: docs/Perl6/Spec/S29-functions.pod
===================================================================
--- docs/Perl6/Spec/S29-functions.pod   2010-02-03 01:32:19 UTC (rev 29627)
+++ docs/Perl6/Spec/S29-functions.pod   2010-02-03 02:09:06 UTC (rev 29628)
@@ -76,7 +76,7 @@
 
 The root class of all "character" types, regardless of level.
 
-This is a subtype of C<Str>, limited to a length of 1 at it's highest
+This is a subtype of C<Str>, limited to a length of 1 at its highest
 supported Unicode level.
 
 The type name C<Char> is aliased to the maximum supported Unicode level
@@ -338,7 +338,7 @@
 
  our List multi flat ( *...@list )
 
-Forces flat context on it's arguments, and returns them.
+Forces flat context on its arguments, and returns them.
 The heavy work is done by the C<*@> binding.
 
 =item list
@@ -352,7 +352,7 @@
 
  our List multi flat ( *...@list )
 
-Forces flat context on it's arguments, and returns them.
+Forces flat context on its arguments, and returns them.
 The heavy work is done by the C<*@> binding.
 
 =item slice

Reply via email to