aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
authorBurdette Lamar <BurdetteLamar@Yahoo.com>2023-08-15 13:43:58 -0500
committerGitHub <noreply@github.com>2023-08-15 14:43:58 -0400
commit8c5b9ebf7144af73cf52209b73b849c078133dff (patch)
tree209fdb862f98f7774293168c663171a9d627c7cc /time.c
parentd9d4ae511a692568af4638e3fb88dbfdcbcba19b (diff)
downloadruby-8c5b9ebf7144af73cf52209b73b849c078133dff.tar.gz
[DOC] Improve doc guide compliance (#8221)
Diffstat (limited to 'time.c')
-rw-r--r--time.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/time.c b/time.c
index f4faaf3fcf..617326f996 100644
--- a/time.c
+++ b/time.c
@@ -3637,7 +3637,7 @@ tmcmp(struct tm *a, struct tm *b)
* Time.utc(Float(0.0), Rational(1, 1), 1.0, 0.0, 0.0, 0.0, 0.0)
* # => 0000-01-01 00:00:00 UTC
*
- * - \String integers:
+ * - String integers:
*
* a = %w[0 1 1 0 0 0 0 0]
* # => ["0", "1", "1", "0", "0", "0", "0", "0"]