diff options
Diffstat (limited to 'docs/STYLE_GUIDE.md')
-rw-r--r-- | docs/STYLE_GUIDE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/STYLE_GUIDE.md b/docs/STYLE_GUIDE.md index b7a3e519b42..49f69e65855 100644 --- a/docs/STYLE_GUIDE.md +++ b/docs/STYLE_GUIDE.md @@ -13,7 +13,7 @@ Shell scripts should be written against bash, starting with this shebang: #!/usr/bin/env bash ``` -Note that the version of bash available on OS X by default is quite old, so be +Note that the version of bash available on macOS by default is quite old, so be careful when using new features. Scripts should enable a few options at the top for robustness: |