diff options
| author | louis <viallo_l@etna-alternance.net> | 2018-02-27 16:27:32 +0100 | 
|---|---|---|
| committer | louis <viallo_l@etna-alternance.net> | 2018-02-27 16:27:32 +0100 | 
| commit | c0868506513421f6d748ca8faa7d1beaaff0a3af (patch) | |
| tree | 0472d270c62b042150ce222468e521fab6f8affd | |
| parent | 7f9c345ccf47206b16a82b1cbc18b54d762203dc (diff) | |
[crystal/fr] Corrected mistake
| -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  | 
