diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-09-17 17:06:55 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-09-17 17:06:55 -0400 |
| commit | cc664f1f4477167c6460ec2a7d2ae67ad5d7c057 (patch) | |
| tree | b2a00bd74af313d547605e9f07f1c70d45288e2d | |
| parent | ae3c60d06fb41cf106e7e5b7d67f80a3e9e9aa84 (diff) | |
| parent | dfe88c09b86c47dad3e4758469beff409ae8533a (diff) | |
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.
| -rw-r--r-- | src/doc/trpl/installing-rust.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/installing-rust.md b/src/doc/trpl/installing-rust.md index f06005d55b9..366069ac9a3 100644 --- a/src/doc/trpl/installing-rust.md +++ b/src/doc/trpl/installing-rust.md @@ -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 |
