From c91b073c53a83ba3b6307e194533e25aa30a23a2 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 3 Oct 2015 21:24:40 -0700 Subject: [PATCH] Updated Directive (markdown) --- Directive.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directive.md b/Directive.md index 26b3dd1..652c87c 100644 --- a/Directive.md +++ b/Directive.md @@ -1,4 +1,4 @@ -Shellcheck directives allows selectively [[ignore]] warnings, and takes the form of comments in files: +Shellcheck directives allows you to selectively [[ignore]] warnings, and takes the form of comments in files: hexToAscii() { # shellcheck disable=SC2059