From: Garrett Honeycutt Date: Sat, 30 Nov 2013 15:40:27 +0000 (-0500) Subject: Remove unintentional link from README X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ec8aaeecfaca4b0777683e25308fcc6960d78485;p=puppet-stdlib.git 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. --- 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")