From 2a731cc021f4699f73fb0fd23bb0b8ce11c4c510 Mon Sep 17 00:00:00 2001 From: Sebastian Crane Date: Mon, 7 Aug 2023 11:04:12 +0100 Subject: [PATCH] docs: add missing punctuation --- docs/yaml/builtins/meson.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml index 20c8c8015..0d4eacf60 100644 --- a/docs/yaml/builtins/meson.yaml +++ b/docs/yaml/builtins/meson.yaml @@ -233,7 +233,7 @@ methods: returns: str since: 0.58.0 description: | - Returns a string with the absolute path to the source root directory + Returns a string with the absolute path to the source root directory. This function will return the source root of the main project if called from a subproject, which is usually not what you want. It is usually preferable to use [[meson.current_source_dir]] or [[meson.project_source_root]].