diff options
author | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2022-02-10 13:57:56 +1100 |
commit | 9b8ca41b15ca4f53c0f1ccd69e6135694321d854 (patch) | |
tree | f524caae34d6552e6fe3d604cafd1c37f6dd459f /doc/SciCoding.html | |
parent | 98bdc254f4f654b9e9191d4684d4c8fe7c953cfe (diff) | |
download | scintilla-mirror-9b8ca41b15ca4f53c0f1ccd69e6135694321d854.tar.gz |
Replace "OS X' with "macOS".
Diffstat (limited to 'doc/SciCoding.html')
-rw-r--r-- | doc/SciCoding.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html index e27cf5b30..19a13a7f7 100644 --- a/doc/SciCoding.html +++ b/doc/SciCoding.html @@ -134,7 +134,7 @@ Exceptions and templates may be used but, since Scintilla can be used from C as well as C++, exceptions may not be thrown out of Scintilla and all exceptions should be caught before returning from Scintilla. - A 'Scintilla' name space is used. This helps with name clashes on OS X. + A 'Scintilla' name space is used. This helps with name clashes on macOS. </p> <p> The goto statement is not used because of bad memories from my first job |