diff options
author | andy5995 <arch_stanton5995@proton.me> | 2024-10-20 14:41:34 -0500 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2024-10-21 20:22:32 +0300 |
commit | 8a75fda303471a369d0c5dcfc649e3101b88a9f6 (patch) | |
tree | 4701be23d5f7c61820731411c1670f286fb94cd1 /docs/markdown | |
parent | dee6f5795711000d029dc923a0694d97454a7b0b (diff) | |
download | meson-8a75fda303471a369d0c5dcfc649e3101b88a9f6.zip meson-8a75fda303471a369d0c5dcfc649e3101b88a9f6.tar.gz meson-8a75fda303471a369d0c5dcfc649e3101b88a9f6.tar.bz2 |
docs: grammar suggestion ("Clarity..")
Diffstat (limited to 'docs/markdown')
-rw-r--r-- | docs/markdown/Release-notes-for-1.3.0.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-1.3.0.md b/docs/markdown/Release-notes-for-1.3.0.md index 0c7660f..c268703 100644 --- a/docs/markdown/Release-notes-for-1.3.0.md +++ b/docs/markdown/Release-notes-for-1.3.0.md @@ -6,7 +6,7 @@ short-description: Release notes for 1.3.0 # New features Meson 1.3.0 was released on 19 November 2023 -## Clarify of implicitly-included headers in C-like compiler checks +## Clarify implicitly-included headers in C-like compiler checks Compiler check methods `compiler.compute_int()`, `compiler.alignment()` and `compiler.sizeof()` now have their implicitly-included headers |