1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 13:38:38 +01:00

[crystal/fr] Corrected mistake

This commit is contained in:
louis 2018-02-27 16:27:32 +01:00
parent 7f9c345ccf
commit c086850651

View File

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