summaryrefslogtreecommitdiffhomepage
path: root/fr-fr
diff options
context:
space:
mode:
authorlouis <viallo_l@etna-alternance.net>2018-02-27 16:27:32 +0100
committerlouis <viallo_l@etna-alternance.net>2018-02-27 16:27:32 +0100
commitc0868506513421f6d748ca8faa7d1beaaff0a3af (patch)
tree0472d270c62b042150ce222468e521fab6f8affd /fr-fr
parent7f9c345ccf47206b16a82b1cbc18b54d762203dc (diff)
[crystal/fr] Corrected mistake
Diffstat (limited to 'fr-fr')
-rw-r--r--fr-fr/crystal-fr.html.markdown1
1 files changed, 0 insertions, 1 deletions
diff --git a/fr-fr/crystal-fr.html.markdown b/fr-fr/crystal-fr.html.markdown
index 2c4e3dad..2bb17fc5 100644
--- a/fr-fr/crystal-fr.html.markdown
+++ b/fr-fr/crystal-fr.html.markdown
@@ -305,7 +305,6 @@ end
(1..3).each do |index|
puts "Index: #{index}"
end
-# Index: 0
# Index: 1
# Index: 2
# Index: 3