diff options
| author | Dmitry V. Levin <ldv@strace.io> | 2024-08-12 08:00:00 +0000 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-08-12 18:14:44 +0300 |
| commit | db22551ed9d2dd7889abea01cc1c7bba02bf1c75 (patch) | |
| tree | 7274a820c19a529e69e88041ca917052b21e7d7a /docs/markdown/Build-options.md | |
| parent | 8ef4e34cae956cb48cf0d22667c6e18af1340519 (diff) | |
| download | meson-db22551ed9d2dd7889abea01cc1c7bba02bf1c75.tar.gz | |
docs: fix a few grammar and formatting issues
Diffstat (limited to 'docs/markdown/Build-options.md')
| -rw-r--r-- | docs/markdown/Build-options.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Build-options.md b/docs/markdown/Build-options.md index 56b2693b8..d615db689 100644 --- a/docs/markdown/Build-options.md +++ b/docs/markdown/Build-options.md @@ -155,7 +155,7 @@ option('o5', type: 'boolean', deprecated: {'enabled': 'true', 'disabled': 'false ``` Since *0.63.0* the `deprecated` keyword argument can take the name of a new option -that replace this option. In that case, setting a value on the deprecated option +that replaces this option. In that case, setting a value on the deprecated option will set the value on both the old and new names, assuming they accept the same values. |
