Updated SC2020 (markdown)

koalaman
2014-02-10 14:38:09 -08:00
parent 31b7a0a6e3
commit 3e835df442

@@ -6,7 +6,7 @@
### Correct code:
echo 'hello world' | sed -e 's/hello/goodbye'
echo 'hello world' | sed -e 's/hello/goodbye/g'
### Rationale: