From ca3c58873eaf498ddcd161bfb536580e98d6ff85 Mon Sep 17 00:00:00 2001 From: koalaman Date: Sat, 22 Nov 2014 09:05:49 -0800 Subject: [PATCH] Updated SC1037 (markdown) --- SC1037.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC1037.md b/SC1037.md index 41139e1..263abbd 100644 --- a/SC1037.md +++ b/SC1037.md @@ -1,4 +1,4 @@ -## Without braces, this is $1 plus a literal. Use ${10} instead. +## Braces are required for positionals over 9, e.g. ${10}. ### Problematic code: