diff options
author | Pratik Karki <predatoramigo@gmail.com> | 2018-02-28 13:40:13 +0545 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-28 13:40:13 +0545 |
commit | de276acf088f02a337b94fd3f1f5eb552f38dde6 (patch) | |
tree | 9b28d77f45fc37ebae22b905bc3264d23aa9eaac /fr-fr/crystal-fr.html.markdown | |
parent | 2abfabae15fc8ee0ce2bdd7b61d65ff1c0375cc1 (diff) | |
parent | c0868506513421f6d748ca8faa7d1beaaff0a3af (diff) |
Merge pull request #3070 from Monpt7/fr_corrected_mistake
[crystal/fr] Corrected mistake
Diffstat (limited to 'fr-fr/crystal-fr.html.markdown')
-rw-r--r-- | fr-fr/crystal-fr.html.markdown | 1 |
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 |