GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Rubygem
Description: Merb Core: All you need. None you don't.
Homepage: http://www.merbivore.com
Clone URL: git://github.com/wycats/merb-core.git
fix typo
ezmobius (author)
Wed Mar 19 12:19:29 -0700 2008
commit  ce659ee9d210df80d177d686c836a20d5585c00b
tree    3fe5c4f71bb0fbb475abdfb2f89ef77b2ff39a44
parent  18eb76a2a28db4acfd1637d37793f0580146fb02
...
56
57
58
59
 
60
61
62
...
56
57
58
 
59
60
61
62
0
@@ -56,7 +56,7 @@
0
 # hsh = Dictionary['z', 1, 'a', 2, 'c', 3]
0
 # p hsh.keys #=> ['z','a','c']
0
 #
0
-# # but this don't preserve order
0
+# # but this doesn't preserve order
0
 # hsh = Dictionary['z'=>1, 'a'=>2, 'c'=>3]
0
 # p hsh.keys #=> ['a','c','z']
0
 #

Comments

    No one has commented yet.