diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 19:49:20 +0000 |
commit | 474f4813c477c30bed842baa706170e5e902838c (patch) | |
tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Rust-module.md | |
parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
download | meson-474f4813c477c30bed842baa706170e5e902838c.zip meson-474f4813c477c30bed842baa706170e5e902838c.tar.gz meson-474f4813c477c30bed842baa706170e5e902838c.tar.bz2 |
Capitalize "Meson" consistently as it is a proper name. [skip ci]
Diffstat (limited to 'docs/markdown/Rust-module.md')
-rw-r--r-- | docs/markdown/Rust-module.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/Rust-module.md b/docs/markdown/Rust-module.md index dbe24ff..9f217ea 100644 --- a/docs/markdown/Rust-module.md +++ b/docs/markdown/Rust-module.md @@ -12,10 +12,10 @@ authors: **Note** Unstable modules make no backwards compatible API guarantees. -The rust module provides helper to integrate rust code into meson. The -goal is to make using rust in meson more pleasant, while still -remaining mesonic, this means that it attempts to make rust work more -like meson, rather than meson work more like rust. +The rust module provides helper to integrate rust code into Meson. The +goal is to make using rust in Meson more pleasant, while still +remaining mesonic, this means that it attempts to make Rust work more +like Meson, rather than Meson work more like rust. ## Functions |