summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.44.0.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 19:49:20 +0000
commit474f4813c477c30bed842baa706170e5e902838c (patch)
treeb32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Release-notes-for-0.44.0.md
parent4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff)
downloadmeson-474f4813c477c30bed842baa706170e5e902838c.tar.gz
Capitalize "Meson" consistently as it is a proper name. [skip ci]
Diffstat (limited to 'docs/markdown/Release-notes-for-0.44.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.44.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.44.0.md b/docs/markdown/Release-notes-for-0.44.0.md
index 494889316..8e5c09846 100644
--- a/docs/markdown/Release-notes-for-0.44.0.md
+++ b/docs/markdown/Release-notes-for-0.44.0.md
@@ -39,7 +39,7 @@ If prefix is `/usr/local` (the default), default localstatedir to
Previously to have an option that took more than one value a string
value would have to be created and split, but validating this was
-difficult. A new array type has been added to the meson_options.txt
+difficult. A new array type has been added to the `meson_options.txt`
for this case. It works like a 'combo', but allows more than one
option to be passed. The values can optionally be validated against a
list of valid values. When used on the command line (with -D), values