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
commit de276acf08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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