From fb252fc4aff586ec20f4c9610dcda214ceba9608 Mon Sep 17 00:00:00 2001 From: Joachim Ansorg Date: Fri, 12 Nov 2021 19:22:42 +0100 Subject: [PATCH] Updated SC2036 (markdown) --- SC2036.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SC2036.md b/SC2036.md index 926d622..bce38f4 100644 --- a/SC2036.md +++ b/SC2036.md @@ -1,4 +1,4 @@ -## If you wanted to assign the output of the pipeline, use a=$(b | c) . +## If you wanted to assign the output of the pipeline, use `a=$(b | c)` . ### Problematic code: