fixed typos

This commit is contained in:
I-Man Ng 2019-05-09 20:19:36 +08:00 committed by GitHub
parent 1342f5dd46
commit fc8ae81e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1064,7 +1064,7 @@ helloworld
## Math
[[back to top](#handy-bash-oneliner-commands)]
##### Arithmetic Expansion in Bash (Operators: +,-,*,/,%,etc)
##### Arithmetic Expansion in Bash (Operators: +, -, *, /, %, etc)
```bash
echo $(( 10 + 5 )) #15
x=1