📖 Did a small oops

This commit is contained in:
Jun Wei Woon 2020-07-09 13:37:40 +08:00
parent dc6d250f05
commit 1a8ae7072d
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ function fun(){
``` bash ``` bash
string1=abc string1=abc
string2=def string2=def
echo "$string1string2ghi jkl" echo "$string1$string2ghi jkl"
# Outputs: abcdefghi jkl # Outputs: abcdefghi jkl
``` ```
## Extract String ## Extract String