diff options
author | Josh Cooper <josh+github@puppetlabs.com> | 2013-12-18 10:38:40 -0800 |
---|---|---|
committer | Josh Cooper <josh+github@puppetlabs.com> | 2013-12-18 10:38:40 -0800 |
commit | ef2cfd798284ca1d9403c22fcb9070cdf5537063 (patch) | |
tree | 65c550688ad7ca53de56584f30a4eb12b7528b49 /README.markdown | |
parent | 210e3b7f6cbb7eb6d18a1ec4e775293684c2e60e (diff) | |
parent | ec8aaeecfaca4b0777683e25308fcc6960d78485 (diff) | |
download | puppet-stdlib-ef2cfd798284ca1d9403c22fcb9070cdf5537063.tar.gz puppet-stdlib-ef2cfd798284ca1d9403c22fcb9070cdf5537063.tar.bz2 |
Merge pull request #207 from ghoneycutt/remove_unintentional_link
Remove unintentional link from README
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 4 |
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") |