aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/unstable-rust-module.md
diff options
context:
space:
mode:
authorLuca Weiss <luca@z3ntu.xyz>2021-02-03 19:36:20 +0100
committerDylan Baker <dylan@pnwbakers.com>2021-02-03 11:15:14 -0800
commit673aff3595d04a82d431dc4903c95227481565ca (patch)
tree426af8caba9611a53704c874d502cc0770857e56 /docs/markdown/snippets/unstable-rust-module.md
parenta174855200ee0fd42bb3d23374a9d018b1888948 (diff)
downloadmeson-673aff3595d04a82d431dc4903c95227481565ca.zip
meson-673aff3595d04a82d431dc4903c95227481565ca.tar.gz
meson-673aff3595d04a82d431dc4903c95227481565ca.tar.bz2
Fix some typos in the release notes snippets
Diffstat (limited to 'docs/markdown/snippets/unstable-rust-module.md')
-rw-r--r--docs/markdown/snippets/unstable-rust-module.md2
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 47790e3..e594ecf 100644
--- a/docs/markdown/snippets/unstable-rust-module.md
+++ b/docs/markdown/snippets/unstable-rust-module.md
@@ -1,4 +1,4 @@
-## Untable Rust module
+## Unstable Rust module
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.