comment fix

This commit is contained in:
Jim Menard 2009-02-03 14:19:12 -05:00
parent c630940c46
commit 682b2bf291
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ coll.clear
coll.insert('array' => [1, 2, 3], coll.insert('array' => [1, 2, 3],
'string' => 'hello', 'string' => 'hello',
'hash' => {'a' => 1, 'b' => 2}, 'hash' => {'a' => 1, 'b' => 2},
'date' => Time.now, # seconds only; millisecs are not stored 'date' => Time.now, # milliseconds only; microseconds are not stored
'oid' => ObjectID.new, 'oid' => ObjectID.new,
'binary' => Binary.new([1, 2, 3]), 'binary' => Binary.new([1, 2, 3]),
'int' => 42, 'int' => 42,