From 7fd22bcda513c4cb1db30de8afccdc31f44d9f73 Mon Sep 17 00:00:00 2001 From: Steven Peters Date: Thu, 6 Sep 2018 12:48:41 -0700 Subject: [PATCH] docs: fix typo from #4845. --- docs/C++-Standard-Libraries.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/C++-Standard-Libraries.md b/docs/C++-Standard-Libraries.md index 4afb95baf4..f023892ca9 100644 --- a/docs/C++-Standard-Libraries.md +++ b/docs/C++-Standard-Libraries.md @@ -14,7 +14,7 @@ so Homebrew will refuse to install software if a dependency was built with an incompatible C++ library. It's recommended that you install the dependency tree using a compatible compiler. -**If you've upgraded to or later 10.9 from an earlier version** - because the default C++ +**If you've upgraded to 10.9 or later from an earlier version** - because the default C++ standard library is now libc++, you may not be able to build software using dependencies that you built on 10.8 or lower. If you're reading this page because you were directed here by a build error, you can most likely fix the issue if