summaryrefslogtreecommitdiff
path: root/timev.rb
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 /timev.rb
parentd9d4ae511a692568af4638e3fb88dbfdcbcba19b (diff)
[DOC] Improve doc guide compliance (#8221)
Diffstat (limited to 'timev.rb')
-rw-r--r--timev.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/timev.rb b/timev.rb
index 76d3ab7058..e710dc6990 100644
--- a/timev.rb
+++ b/timev.rb
@@ -359,7 +359,7 @@ class Time
# Time.new(Float(0.0), Rational(1, 1), 1.0, 0.0, 0.0, 0.0)
# # => 0000-01-01 00:00:00 -0600
#
- # - \String integers:
+ # - String integers:
#
# a = %w[0 1 1 0 0 0]
# # => ["0", "1", "1", "0", "0", "0"]