summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_test_format_support.md
diff options
context:
space:
mode:
authorPaolo Bonzini <pbonzini@redhat.com>2021-01-31 13:24:30 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 15:11:30 +0000
commit4bde7f31ae5fa162a514f3d876d38943fcdff406 (patch)
tree5a56718f60c61cf54caa585cf9df74ccf160701b /docs/markdown/snippets/rust_test_format_support.md
parent6c6b5d77d696c160a8f65719058dba2faf783b3e (diff)
downloadmeson-4bde7f31ae5fa162a514f3d876d38943fcdff406.tar.gz
copy editing for 0.57 release notes [skip ci]
Diffstat (limited to 'docs/markdown/snippets/rust_test_format_support.md')
-rw-r--r--docs/markdown/snippets/rust_test_format_support.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/snippets/rust_test_format_support.md b/docs/markdown/snippets/rust_test_format_support.md
index 69e9aa14a..969eb570e 100644
--- a/docs/markdown/snippets/rust_test_format_support.md
+++ b/docs/markdown/snippets/rust_test_format_support.md
@@ -1,4 +1,4 @@
## Meson test() now accepts `protocol : 'rust'`
-This allows native rust tests to be run and parsed by meson, simply set the
-protocol to `rust` and meson takes care of the rest.
+This allows native Rust tests to be run and parsed by Meson; simply set the
+protocol to `rust` and Meson takes care of the rest.