diff options
author | Sebastian Crane <seabass-labrax@gmx.com> | 2023-08-07 11:04:12 +0100 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2023-08-07 06:53:01 -0400 |
commit | 2a731cc021f4699f73fb0fd23bb0b8ce11c4c510 (patch) | |
tree | 3d2a09dd8b4f21fed00dbdac18fb1bef61ae2a92 /docs/yaml/builtins | |
parent | f3b9db9e9d9025d582ecd45107f52acb3bafee8d (diff) | |
download | meson-2a731cc021f4699f73fb0fd23bb0b8ce11c4c510.zip meson-2a731cc021f4699f73fb0fd23bb0b8ce11c4c510.tar.gz meson-2a731cc021f4699f73fb0fd23bb0b8ce11c4c510.tar.bz2 |
docs: add missing punctuation
Diffstat (limited to 'docs/yaml/builtins')
-rw-r--r-- | docs/yaml/builtins/meson.yaml | 2 |
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]]. |