diff options
author | Garrett Honeycutt <code@garretthoneycutt.com> | 2013-11-30 10:40:27 -0500 |
---|---|---|
committer | Garrett Honeycutt <code@garretthoneycutt.com> | 2013-11-30 10:40:27 -0500 |
commit | ec8aaeecfaca4b0777683e25308fcc6960d78485 (patch) | |
tree | 8d97aa80caf551c406a58e62dd8c0fa7266e3cde | |
parent | 44c181ec0e230768b8dce10de57f9b32638e66e1 (diff) | |
download | puppet-stdlib-ec8aaeecfaca4b0777683e25308fcc6960d78485.tar.gz puppet-stdlib-ec8aaeecfaca4b0777683e25308fcc6960d78485.tar.bz2 |
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.
-rw-r--r-- | README.markdown | 4 |
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") |