summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorJosh Cooper <josh+github@puppetlabs.com>2013-12-18 10:38:40 -0800
committerJosh Cooper <josh+github@puppetlabs.com>2013-12-18 10:38:40 -0800
commitef2cfd798284ca1d9403c22fcb9070cdf5537063 (patch)
tree65c550688ad7ca53de56584f30a4eb12b7528b49 /README.markdown
parent210e3b7f6cbb7eb6d18a1ec4e775293684c2e60e (diff)
parentec8aaeecfaca4b0777683e25308fcc6960d78485 (diff)
Merge pull request #207 from ghoneycutt/remove_unintentional_link
Remove unintentional link from README
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 fa02274..8cb8fea 100644
--- a/README.markdown
+++ b/README.markdown
@@ -705,8 +705,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")