1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-12 09:44:24 +02:00

Merge pull request #3069 from Monpt7/master

[crystal/en] Corrected mistake
This commit is contained in:
Pratik Karki
2018-02-28 13:42:33 +05:45
committed by GitHub

View File

@@ -301,7 +301,6 @@ end
(1..3).each do |index|
puts "Index: #{index}"
end
# Index: 0
# Index: 1
# Index: 2
# Index: 3