Skip to content

Commit 0b5418d

Browse files
committed
"OS X" -> macOS in install instructions
1 parent 037d02e commit 0b5418d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/content/mongocxx-v3/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ slug = "index"
1212

1313
The mongocxx is a ground-up rewrite of a C++ driver for MongoDB based on
1414
[libmongoc](http://mongoc.org/). It requires a C++11 compiler. It it
15-
known to build on x86 and x86-64 architectures for Linux, Mac OS X,
15+
known to build on x86 and x86-64 architectures for Linux, macOS,
1616
Windows, FreeBSD and Solaris.
1717

1818
The mongocxx driver library includes a matching bson package, bsoncxx, that

docs/content/mongocxx-v3/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ title = "Installing the mongocxx driver"
1717

1818
We currently test the driver with the following configurations:
1919

20-
  | Linux | OS X | Windows
20+
  | Linux | macOS | Windows
2121
-------|----------|-------------|-------------------
2222
clang | 3.8 | 7.0 (Apple) | -
2323
gcc | 4.8, 5.4 | - | -
@@ -53,7 +53,7 @@ Follow the instructions for building from a tarball at
5353

5454
Industry best practices and some regulations require the use of TLS 1.1
5555
or newer. The MongoDB C Driver supports TLS 1.1 on Linux if OpenSSL is
56-
at least version 1.0.1. On OS X and Windows, the C Driver uses native
56+
at least version 1.0.1. On macOS and Windows, the C Driver uses native
5757
TLS implementations that support TLS 1.1.
5858

5959
### Step 2: Choose a C++17 polyfill

0 commit comments

Comments
 (0)