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: