Skip to content

Commit 42daa6c

Browse files
committed
[Bug #21141] [DOC] Fix indentation
1 parent 51bc992 commit 42daa6c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

time.c

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4020,15 +4020,15 @@ time_eql(VALUE time1, VALUE time2)
40204020
* # => 2000-01-01 20:15:01 UTC
40214021
* utc.utc? # => true
40224022
*
4023-
* +Time+ objects created with these methods are considered to be in
4024-
* UTC:
4023+
* +Time+ objects created with these methods are considered to be in
4024+
* UTC:
40254025
*
40264026
* * Time.utc
40274027
* * Time#utc
40284028
* * Time#getutc
40294029
*
4030-
* Objects created in other ways will not be treated as UTC even if
4031-
* the environment variable "TZ" is "UTC".
4030+
* Objects created in other ways will not be treated as UTC even if
4031+
* the environment variable "TZ" is "UTC".
40324032
*
40334033
* Related: Time.utc.
40344034
*/

0 commit comments

Comments
 (0)