update manuscript

This commit is contained in:
Dylan Araps
2018-06-20 16:16:53 +10:00
parent 3682bebb17
commit 7d7c2063bb
4 changed files with 4 additions and 9 deletions

View File

@@ -61,7 +61,7 @@ John Black is my name.
## Use regex on a string
We can use the result of `bash`'s regex matching to replace `sed` for a
The result of `bash`'s regex matching can be used to replace `sed` for a
large number of use-cases.
**CAVEAT**: This is one of the few platform dependant `bash` features.