diff options
| author | Dongie Agnir <dongie.agnir@gmail.com> | 2015-09-16 18:56:56 -0400 |
|---|---|---|
| committer | Dongie Agnir <dongie.agnir@gmail.com> | 2015-09-16 18:56:56 -0400 |
| commit | dfe88c09b86c47dad3e4758469beff409ae8533a (patch) | |
| tree | b8a53682fc3352ca22ddf39b37425a118f609ebd | |
| parent | 0f1f5fc746919b15e619cfcfd4cd939ef47f58bd (diff) | |
| download | rust-dfe88c09b86c47dad3e4758469beff409ae8533a.tar.gz rust-dfe88c09b86c47dad3e4758469beff409ae8533a.zip | |
Change OSX version req wording to match Linux.
| -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 |
