aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Crane <seabass-labrax@gmx.com>2023-08-07 11:04:12 +0100
committerXavier Claessens <xclaesse@gmail.com>2023-08-07 06:53:01 -0400
commit2a731cc021f4699f73fb0fd23bb0b8ce11c4c510 (patch)
tree3d2a09dd8b4f21fed00dbdac18fb1bef61ae2a92
parentf3b9db9e9d9025d582ecd45107f52acb3bafee8d (diff)
downloadmeson-2a731cc021f4699f73fb0fd23bb0b8ce11c4c510.zip
meson-2a731cc021f4699f73fb0fd23bb0b8ce11c4c510.tar.gz
meson-2a731cc021f4699f73fb0fd23bb0b8ce11c4c510.tar.bz2
docs: add missing punctuation
-rw-r--r--docs/yaml/builtins/meson.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/builtins/meson.yaml b/docs/yaml/builtins/meson.yaml
index 20c8c80..0d4eacf 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]].