aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavier Claessens <xavier.claessens@collabora.com>2022-09-29 13:39:44 -0400
committerEli Schwartz <eschwartz93@gmail.com>2022-09-29 14:05:30 -0400
commit8e0bf28ba66cddf75b713593d3ac515093946ec9 (patch)
treeac149c987b61658efa09adc6a1bd5721e3b81b20
parente574eba0a51b87270d43b738ab32895cdc7677a8 (diff)
downloadmeson-8e0bf28ba66cddf75b713593d3ac515093946ec9.zip
meson-8e0bf28ba66cddf75b713593d3ac515093946ec9.tar.gz
meson-8e0bf28ba66cddf75b713593d3ac515093946ec9.tar.bz2
doc: Fix wayland release notes
The core_only kwarg got renamed to include_core_only.
-rw-r--r--docs/markdown/snippets/wayland_scan_xml_core_only_arg.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/snippets/wayland_scan_xml_core_only_arg.md b/docs/markdown/snippets/wayland_scan_xml_core_only_arg.md
index 59f4e1b..9778421 100644
--- a/docs/markdown/snippets/wayland_scan_xml_core_only_arg.md
+++ b/docs/markdown/snippets/wayland_scan_xml_core_only_arg.md
@@ -1,5 +1,5 @@
-## Added core_only arg to wayland.scan_xml.
+## Added `include_core_only` arg to wayland.scan_xml.
The `scan_xml` function from the wayland module now has an optional bool
-argument `core_only`, so that headers generated by wayland-scanner now
+argument `include_core_only`, so that headers generated by wayland-scanner now
only include `wayland-client-core.h` instead of `wayland-client.h`.