summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/rust_std_option.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_std_option.md
parent6c6b5d77d696c160a8f65719058dba2faf783b3e (diff)
downloadmeson-4bde7f31ae5fa162a514f3d876d38943fcdff406.tar.gz
copy editing for 0.57 release notes [skip ci]
Diffstat (limited to 'docs/markdown/snippets/rust_std_option.md')
-rw-r--r--docs/markdown/snippets/rust_std_option.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/snippets/rust_std_option.md b/docs/markdown/snippets/rust_std_option.md
index f2efdb9b5..5b1ba3d52 100644
--- a/docs/markdown/snippets/rust_std_option.md
+++ b/docs/markdown/snippets/rust_std_option.md
@@ -1,5 +1,5 @@
-## Rust now has a a standard option
+## Rust now has an `std` option
-Rust calls these `editions`, however, meson generally refers to such language
-versions as "standards", or "std" for short. Rust uses "std" to keep normalize
-it with other languages.
+Rust calls these `editions`, however, Meson generally refers to such language
+versions as "standards", or `std` for short. Therefore, Meson's Rust support
+uses `std` for consistency with other languages.