1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-16 11:45:04 +02:00

Merge pull request #3070 from Monpt7/fr_corrected_mistake

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

View File

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