From 861219ce4a8c91a6d94c0d138c2f2bf2b3c2337e Mon Sep 17 00:00:00 2001 From: akr Date: Sun, 9 Mar 2008 01:04:46 +0000 Subject: fix doc. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- time.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time.c') diff --git a/time.c b/time.c index 455f15bc1f..74c6684c7c 100644 --- a/time.c +++ b/time.c @@ -1830,7 +1830,7 @@ time_yday(VALUE time) * Returns true if time occurs during Daylight * Saving Time in its time zone. * - * CST6CDT: + * # CST6CDT: * Time.local(2000, 1, 1).zone #=> "CST" * Time.local(2000, 1, 1).isdst #=> false * Time.local(2000, 1, 1).dst? #=> false @@ -1838,7 +1838,7 @@ time_yday(VALUE time) * Time.local(2000, 7, 1).isdst #=> true * Time.local(2000, 7, 1).dst? #=> true * - * Asia/Tokyo: + * # Asia/Tokyo: * Time.local(2000, 1, 1).zone #=> "JST" * Time.local(2000, 1, 1).isdst #=> false * Time.local(2000, 1, 1).dst? #=> false -- cgit v1.2.3