Updated SC1088 (markdown)

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

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