summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPratik Karki <predatoramigo@gmail.com>2018-02-28 13:40:13 +0545
committerGitHub <noreply@github.com>2018-02-28 13:40:13 +0545
commitde276acf088f02a337b94fd3f1f5eb552f38dde6 (patch)
tree9b28d77f45fc37ebae22b905bc3264d23aa9eaac
parent2abfabae15fc8ee0ce2bdd7b61d65ff1c0375cc1 (diff)
parentc0868506513421f6d748ca8faa7d1beaaff0a3af (diff)
Merge pull request #3070 from Monpt7/fr_corrected_mistake
[crystal/fr] Corrected mistake
-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