diff options
author | atouchet <alextouchet@outlook.com> | 2018-03-26 23:00:20 -0700 |
---|---|---|
committer | atouchet <alextouchet@outlook.com> | 2018-03-26 23:00:20 -0700 |
commit | 73a619359c7b4b60e2cba254ca1bf42a652bf9f8 (patch) | |
tree | 26a562077e313b20b55aed450dc63e0c0ce4ce10 /docs/STYLE_GUIDE.md | |
parent | 949a2ed552bb5b770958b2d2b15d5c69e26177ea (diff) | |
download | servo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.tar.gz servo-73a619359c7b4b60e2cba254ca1bf42a652bf9f8.zip |
Change "OS X" to "macOS"
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: |