summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPratik Karki <predatoramigo@gmail.com>2018-02-28 13:42:33 +0545
committerGitHub <noreply@github.com>2018-02-28 13:42:33 +0545
commit728a09da67e23c3eb910a78a9ad06240dd4aa7c6 (patch)
treed098eda572f7348a8fa82efc310dde905a7f2fdd
parentde276acf088f02a337b94fd3f1f5eb552f38dde6 (diff)
parent01ab4a60cf2a85f9d4d0f2b3fb03e12129554964 (diff)
Merge pull request #3069 from Monpt7/master
[crystal/en] Corrected mistake
-rw-r--r--crystal.html.markdown1
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