<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -72,7 +72,7 @@ class Mash &lt; Hash
   alias_method :member?, :key?
 
   # ==== Parameters
-  # key&lt;Object&gt;:: The key to fetch. This willbe run through convert_key.
+  # key&lt;Object&gt;:: The key to fetch. This will be run through convert_key.
   # extras:: Default value.
   #
   # ==== Returns
@@ -83,7 +83,7 @@ class Mash &lt; Hash
 
   # ==== Parameters
   # indices&lt;Array&gt;::
-  #   The keys to retrieve values for. These will be run through convert_key.
+  #   The keys to retrieve values for. These will be run through +convert_key+.
   def values_at(*indices) 
     indices.collect {|key| self[convert_key(key)]} 
   end</diff>
      <filename>lib/merb-core/core_ext/mash.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>63aac504c23418b4c63f9f35b241061a256f0feb</id>
    </parent>
  </parents>
  <author>
    <name>James Herdman</name>
    <email>james.herdman@gmail.com</email>
  </author>
  <url>http://github.com/wycats/merb-core/commit/92dcf722b7e34f8562340b42ed9ada44201fea91</url>
  <id>92dcf722b7e34f8562340b42ed9ada44201fea91</id>
  <committed-date>2008-05-01T22:48:28-07:00</committed-date>
  <authored-date>2008-03-25T07:01:50-07:00</authored-date>
  <message>Fix a spelling error and properly RDoc'ify a method name

Signed-off-by: Michael S. Klishin &lt;michael@novemberain.com&gt;</message>
  <tree>67e69491ab02bf98b34347df1c0609c48736f106</tree>
  <committer>
    <name>Michael S. Klishin</name>
    <email>michael@novemberain.com</email>
  </committer>
</commit>
