mirror of
https://github.com/iggredible/Learn-Vim
synced 2024-11-10 05:04:13 +00:00
Fix syntax error on the OR subsection
This commit is contained in:
parent
6221951e0b
commit
9fd68f178e
1 changed files with 1 additions and 1 deletions
|
@ -225,7 +225,7 @@ echo 0 || 0
|
|||
echo "foo5" || "foo5"
|
||||
" returns 0
|
||||
|
||||
echo "5foo || foo5"
|
||||
echo "5foo" || "foo5"
|
||||
" returns 1
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue