diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 19:49:20 +0000 |
| commit | 474f4813c477c30bed842baa706170e5e902838c (patch) | |
| tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Release-notes-for-0.44.0.md | |
| parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
| download | meson-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.md | 2 |
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 |
