Updated SC2059 (markdown)

koalaman
2014-02-08 11:17:26 -08:00
parent 939ccf9111
commit fc1a585a7d

@@ -27,4 +27,4 @@ Sometimes you may actually want to interpret data as a format string, like in:
hexToAscii() { printf "\x$1"; } hexToAscii() { printf "\x$1"; }
hexToAscii 21 hexToAscii 21
Like all warnings, you can selectively silence this warning with a [directive]. Like all warnings, you can selectively silence this warning with a [directive](Directive).