docs: fix typo from #4845.

This commit is contained in:
Steven Peters 2018-09-06 12:48:41 -07:00
parent 8778cc308a
commit 7fd22bcda5

View File

@ -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 incompatible C++ library. It's recommended that you install the dependency tree
using a compatible compiler. 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 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 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 you were directed here by a build error, you can most likely fix the issue if