fix markdown

This commit is contained in:
Sami Samhuri 2016-10-24 16:40:56 -07:00
parent 5feb0e62d2
commit b465463454
No known key found for this signature in database
GPG key ID: F76F41F04D99808F

View file

@ -41,7 +41,7 @@ First ignore the fact I'm talking to a shell script. I don't get out much. Anywa
if diff-index $test_glob | egrep "$test_pattern" >/dev/null 2>&1
...
_Pro tip: I prefixed test_pattern with `\b` to only match word boundaries to reduce false positives._
_Pro tip: I prefixed test\_pattern with `\b` to only match word boundaries to reduce false positives._
And: