From 4c2476718411fef5be34e85837e00541d3fa72c3 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 5 Jul 2024 10:56:03 +0200 Subject: [PATCH] =?UTF-8?q?Replaces=20`..`=20with=20`=E2=80=A6`=20(ellipsi?= =?UTF-8?q?s)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SC1065.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1065.md b/SC1065.md index 2e51218..b55b624 100644 --- a/SC1065.md +++ b/SC1065.md @@ -1,4 +1,4 @@ -## Trying to declare parameters? Don't. Use `()` and refer to params as `$1`, `$2`, .. +## Trying to declare parameters? Don't. Use `()` and refer to params as `$1`, `$2`, … ### Problematic code: