diff options
| author | Thomas Lange <thomas-lange2@gmx.de> | 2025-12-08 20:43:42 +0100 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2025-12-08 16:19:22 -0500 |
| commit | 25cd7ff6fcd2128e156a87cbf8e57ba0f9dd13b7 (patch) | |
| tree | 4dcee5230388168b5dd823071c03ba9dc25f6141 /docs/markdown | |
| parent | 1d2430ef8be88d73db68f4b96c767fd915696bb1 (diff) | |
| download | meson-25cd7ff6fcd2128e156a87cbf8e57ba0f9dd13b7.tar.gz | |
docs: Fix typos in 1.10.0 release notes
Diffstat (limited to 'docs/markdown')
| -rw-r--r-- | docs/markdown/Release-notes-for-1.10.0.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/markdown/Release-notes-for-1.10.0.md b/docs/markdown/Release-notes-for-1.10.0.md index 36a528563..02f5486d9 100644 --- a/docs/markdown/Release-notes-for-1.10.0.md +++ b/docs/markdown/Release-notes-for-1.10.0.md @@ -99,7 +99,7 @@ linker. ## Added `build_subdir` arg to various targets `custom_target()`, `build_target()` and `configure_file()` now support -the `build_subdir` argument. This directs meson to place the build +the `build_subdir` argument. This directs Meson to place the build result within the specified sub-directory path of the build directory. ```meson @@ -141,7 +141,7 @@ A new module wrapping some common code generators has been added. Currently it s ## Methods from compiler object now accept strings for include_directories The various [[@compiler]] methods with a `include_directories` keyword argument -now accept stings or array of strings, in addition to [[@inc]] objects +now accept strings or array of strings, in addition to [[@inc]] objects generated from [[include_directories]] function, as it was already the case for [[build_target]] family of functions. @@ -204,7 +204,7 @@ Cargo subprojects remain unstable and subject to change. Add a second log file `meson-setup.txt` which contains the configure logs displayed on stdout during the meson `setup` stage. It allows user to navigate through the setup logs without searching in the terminal -or the extensive informations of `meson-log.txt`. +or the extensive information of `meson-log.txt`. ## Added new `namingscheme` option @@ -287,4 +287,3 @@ Previously, [[@custom_tgt]] were accepted but silently ignored, and Now, they both can be used, and the generated outputs will be scanned to extract translation strings. - |
