Fix extra fences

This commit is contained in:
Rico Sta. Cruz 2019-10-15 20:30:00 +11:00 committed by GitHub
parent f1a7af534f
commit 7bc7228728
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -393,7 +393,7 @@ Note that `[[` is actually a command/program that returns either `0` (true) or `
if ping -c 1 google.com; then
echo "It appears you have a working internet connection"
fi
````
```
```bash
if grep -q 'foo' ~/.bash_history; then