diff --git a/Examples.md b/Examples.md index 7503774..fe9d378 100644 --- a/Examples.md +++ b/Examples.md @@ -150,7 +150,7 @@ f() { # RUN THE COMMANDS ######################################################## # The cd command has no effect when run as background, and doesn't show up # as a job the can be brought to the foreground. So we make sure not to add - # a & (more programs can be added separated by a '|') + # a '&' (more programs can be added separated by a '|') if ! [[ $1 =~ ^(cd)$ ]]; then $1 "${arguments[@]}" & else