1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* cosmetic: fixed a typo in RDoc comment

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@14232 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nahi 2007-12-15 01:14:25 +00:00
parent b4268bf067
commit 8523343780

2
time.c
View file

@ -67,7 +67,7 @@ time_modify(VALUE time)
* Document-method: now
*
* Synonym for <code>Time.new</code>. Returns a +Time+ object
* initialized tot he current system time.
* initialized to the current system time.
*/
/*