summaryrefslogtreecommitdiff
diff options
authorNobuyoshi Nakada <[email protected]>2025-03-24 15:49:41 +0900
committerNobuyoshi Nakada <[email protected]>2025-03-24 15:49:41 +0900
commit42daa6c2a2b49b4e45f40736e25c7d182860f24a (patch)
tree4f5f585d6dc0e770373a481171ea16eb7d402acc
parent51bc992822f9108ad64de32d300e1cefd0e2da59 (diff)
[Bug #21141] [DOC] Fix indentation
-rw-r--r--time.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/time.c b/time.c
index 825175f245..811007a9d8 100644
--- a/time.c
+++ b/time.c
@@ -4020,15 +4020,15 @@ time_eql(VALUE time1, VALUE time2)
* # => 2000-01-01 20:15:01 UTC
* utc.utc? # => true
*
- * +Time+ objects created with these methods are considered to be in
- * UTC:
+ * +Time+ objects created with these methods are considered to be in
+ * UTC:
*
* * Time.utc
* * Time#utc
* * Time#getutc
*
- * Objects created in other ways will not be treated as UTC even if
- * the environment variable "TZ" is "UTC".
+ * Objects created in other ways will not be treated as UTC even if
+ * the environment variable "TZ" is "UTC".
*
* Related: Time.utc.
*/