Rollup merge of #28451 - dagnir:osx-req-wording, r=steveklabnik

Using "later" in this context makes more sense than "greater" so it's been changed to match the Linux requirement above it rather than the other way around.
This commit is contained in:
Steve Klabnik 2015-09-17 17:06:55 -04:00
commit cc664f1f44

View file

@ -64,7 +64,7 @@ Oh, we should also mention the officially supported platforms:
* Windows (7, 8, Server 2008 R2)
* Linux (2.6.18 or later, various distributions), x86 and x86-64
* OSX 10.7 (Lion) or greater, x86 and x86-64
* OSX 10.7 (Lion) or later, x86 and x86-64
We extensively test Rust on these platforms, and a few others, too, like
Android. But these are the ones most likely to work, as they have the most