[svn:parrot] r42191 - trunk/src/pmc

jkeenan at svn.parrot.org jkeenan at svn.parrot.org
Sat Oct 31 14:43:00 UTC 2009


Author: jkeenan
Date: Sat Oct 31 14:42:59 2009
New Revision: 42191
URL: https://trac.parrot.org/parrot/changeset/42191

Log:
Minor documentation touchups.

Modified:
   trunk/src/pmc/hash.pmc

Modified: trunk/src/pmc/hash.pmc
==============================================================================
--- trunk/src/pmc/hash.pmc	Sat Oct 31 14:36:05 2009	(r42190)
+++ trunk/src/pmc/hash.pmc	Sat Oct 31 14:42:59 2009	(r42191)
@@ -8,7 +8,7 @@
 
 =head1 DESCRIPTION
 
-Hash PMC wraps Parrot's _hash to provide high-level API:
+Hash PMC wraps Parrot's _hash to provide a high-level API:
 
 =over 4
 
@@ -31,8 +31,8 @@
 =back
 
 By default Hash uses string keys and PMC values. Methods C<set_key_type> and
-C<set_value_type> used to switch key and values type. For C<PMC> keys
-hashvalue calculated using VTABLE C<get_hashvalue> function.
+C<set_value_type> may be used to switch key and values type. For C<PMC> keys
+hash value is calculated using VTABLE C<get_hashvalue> function.
 
 These are the vtable functions for the Hash PMC.
 


More information about the parrot-commits mailing list