diff options
| author | louis <viallo_l@etna-alternance.net> | 2018-02-27 16:19:06 +0100 |
|---|---|---|
| committer | louis <viallo_l@etna-alternance.net> | 2018-02-27 16:19:06 +0100 |
| commit | 01ab4a60cf2a85f9d4d0f2b3fb03e12129554964 (patch) | |
| tree | 11bcf6d7c37871c5bfe28b946d35ccf6271b59dc | |
| parent | 999e0ce3d7bdcfdb87a9c0ca7515efce2eff50a2 (diff) | |
[crystal/en] Corrected mistake
| -rw-r--r-- | crystal.html.markdown | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/crystal.html.markdown b/crystal.html.markdown index ad9cf0f8..8210b443 100644 --- a/crystal.html.markdown +++ b/crystal.html.markdown @@ -301,7 +301,6 @@ end (1..3).each do |index| puts "Index: #{index}" end -# Index: 0 # Index: 1 # Index: 2 # Index: 3 |
