mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-05 14:28:31 +00:00
Merge pull request #3069 from Monpt7/master
[crystal/en] Corrected mistake
This commit is contained in:
commit
728a09da67
@ -301,7 +301,6 @@ end
|
|||||||
(1..3).each do |index|
|
(1..3).each do |index|
|
||||||
puts "Index: #{index}"
|
puts "Index: #{index}"
|
||||||
end
|
end
|
||||||
# Index: 0
|
|
||||||
# Index: 1
|
# Index: 1
|
||||||
# Index: 2
|
# Index: 2
|
||||||
# Index: 3
|
# Index: 3
|
||||||
|
Loading…
Reference in New Issue
Block a user