rdoc update.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22651 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-02-26 14:39:12 +00:00
parent 7f44badcbe
commit 770f854176

View File

@ -261,7 +261,7 @@ ancillary_unix_rights(VALUE self)
* - SOL_SOCKET/SCM_BINTIME (2**(-64) second) FreeBSD
*
* Note that Time cannot represent SCM_BINTIME timestamps accurately
* because Time uses nano second as internal representation.
* because Time represents a time in nano second granularity.
*
* Addrinfo.udp("127.0.0.1", 0).bind {|s1|
* Addrinfo.udp("127.0.0.1", 0).bind {|s2|