From 40eaefc7f0d94d4c643e0768ab7de4a1a191114d Mon Sep 17 00:00:00 2001 From: "Zhian N. Kamvar" Date: Mon, 24 Apr 2023 12:08:43 -0700 Subject: [PATCH] wrap `$` in backticks --- _episodes/06-script.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_episodes/06-script.md b/_episodes/06-script.md index 866de0db3..faf71b5a4 100644 --- a/_episodes/06-script.md +++ b/_episodes/06-script.md @@ -492,7 +492,7 @@ Of course, this introduces another tradeoff between flexibility and complexity. > > ## Solution > > The correct answer is 2. > > -> > The special variables $1, $2 and $3 represent the command line arguments given to the +> > The special variables `$1`, `$2` and `$3` represent the command line arguments given to the > > script, such that the commands run are: > > > > ```