Updated SC1088 (markdown)

faizan431517
2020-05-02 03:19:31 -07:00
parent a1a85ccf8b
commit 7cbd895d57

@@ -3,13 +3,16 @@
### Problematic code: ### Problematic code:
```sh
grep '^(.*)\1$' file grep '^(.*)\1$' file
``` ```
or or
```sh
var=$(myfunction value) var=$(myfunction value)
```
### Correct code: ### Correct code: