From 5a50340efad317e22c9c0dc3d95054e73e845888 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:35:47 +0100 Subject: [PATCH] Updated SC2119 (markdown) --- SC2119.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2119.md b/SC2119.md index 6438ae6..e46f208 100644 --- a/SC2119.md +++ b/SC2119.md @@ -1,3 +1,3 @@ -# Use `foo "$@"` if function's `$1` should mean script's `$1`. +## Use `foo "$@"` if function's `$1` should mean script's `$1`. See companion warning [[SC2120]].