summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorGarrett Honeycutt <code@garretthoneycutt.com>2013-11-30 10:40:27 -0500
committerGarrett Honeycutt <code@garretthoneycutt.com>2013-11-30 10:40:27 -0500
commitec8aaeecfaca4b0777683e25308fcc6960d78485 (patch)
tree8d97aa80caf551c406a58e62dd8c0fa7266e3cde /README.markdown
parent44c181ec0e230768b8dce10de57f9b32638e66e1 (diff)
Remove unintentional link from README
Markdown interprets [] folowed by () as a link, which was a 404 and not the intention of the original author. This patch ensures that the document reads as intended, without the link.
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 5635343..6a00772 100644
--- a/README.markdown
+++ b/README.markdown
@@ -702,8 +702,8 @@ Will return: [0,1,2,3,4,5,6,7,8,9]
range("00", "09")
-Will return: [0,1,2,3,4,5,6,7,8,9] (Zero padded strings are converted to
-integers automatically)
+Will return: [0,1,2,3,4,5,6,7,8,9] - Zero padded strings are converted to
+integers automatically
range("a", "c")