diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
commit | 27abed4a707ba69b019822a0a0e3c045542b4443 (patch) | |
tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/snippets/unstable-rust-module.md | |
parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
download | meson-capitalization.zip meson-capitalization.tar.gz meson-capitalization.tar.bz2 |
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
Diffstat (limited to 'docs/markdown/snippets/unstable-rust-module.md')
-rw-r--r-- | docs/markdown/snippets/unstable-rust-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/unstable-rust-module.md b/docs/markdown/snippets/unstable-rust-module.md index 9870298..47790e3 100644 --- a/docs/markdown/snippets/unstable-rust-module.md +++ b/docs/markdown/snippets/unstable-rust-module.md @@ -1,4 +1,4 @@ ## Untable Rust module -A new unstable module has been added to make using Rust with meson easier. +A new unstable module has been added to make using Rust with Meson easier. Currently it adds a single function to ease defining Rust tests. |