diff options
author | Shlomi Fish <shlomif@shlomifish.org> | 2018-01-01 15:28:34 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2018-01-02 20:29:32 +0200 |
commit | 468260504e388cd4e372d17ecc1fa8c7df1f5076 (patch) | |
tree | bf60fd62969b829f65c0780b1933d8711b1dac0e | |
parent | 2d08c190d0b5fba16c2034f63369a345bbaa5f35 (diff) | |
download | meson-468260504e388cd4e372d17ecc1fa8c7df1f5076.zip meson-468260504e388cd4e372d17ecc1fa8c7df1f5076.tar.gz meson-468260504e388cd4e372d17ecc1fa8c7df1f5076.tar.bz2 |
Correct some grammar.
-rw-r--r-- | docs/markdown/index.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/markdown/index.md b/docs/markdown/index.md index 5f42cc7..0b4bab9 100644 --- a/docs/markdown/index.md +++ b/docs/markdown/index.md @@ -16,7 +16,7 @@ code. ## Features -* multiplatform support for Linux, OSX, Windows, GCC, Clang, Visual Studio and others +* multiplatform support for Linux, macOS, Windows, GCC, Clang, Visual Studio and others * supported languages include C, C++, D, Fortran, Java, Rust * build definitions in a very readable and user friendly non-Turing complete DSL * cross compilation for many operating systems as well as bare metal @@ -35,8 +35,8 @@ The second way is via IRC. The channel to use is `#mesonbuild` at ## Development -All development on Meson is done on [GitHub -project](https://github.com/mesonbuild/meson). Instruction on +All development on Meson is done on the[GitHub +project](https://github.com/mesonbuild/meson). Instructions for contributing can be found on the [contribution page](Contributing.md). |