Merge pull request #4850 from scpeters/docs-update-fix

docs: fix typo from #4845.
This commit is contained in:
Steven Peters 2018-09-06 13:06:23 -07:00 committed by GitHub
commit 13869a7558
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
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