Skip to content

Commit

Permalink
[DOC] Remove an extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun authored Dec 13, 2024
1 parent 6c9cd51 commit 576c107
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion array.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Array
# a.shuffle! # => [5, 3, 8, 7, 6, 1, 9, 4, 2, 0]
# a.shuffle! # => [9, 4, 0, 6, 2, 8, 1, 5, 3, 7]
#
# Duplicate elements are included:
# Duplicate elements are included:
#
# a = [0, 1, 0, 1, 0, 1, 0, 1, 0, 1]
# a.shuffle! # => [1, 0, 0, 1, 1, 0, 1, 0, 0, 1]
Expand Down

0 comments on commit 576c107

Please sign in to comment.