[DOC] Improve doc guide compliance (#8221)

This commit is contained in:
Burdette Lamar 2023-08-15 13:43:58 -05:00 committed by GitHub
parent d9d4ae511a
commit 8c5b9ebf71
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 27 additions and 27 deletions

View file

@ -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"]