docs: add missing punctuation

wip/xclaesse/pr-12097
Sebastian Crane 2 years ago committed by Xavier Claessens
parent f3b9db9e9d
commit 2a731cc021
  1. 2
      docs/yaml/builtins/meson.yaml

@ -233,7 +233,7 @@ methods:
returns: str returns: str
since: 0.58.0 since: 0.58.0
description: | 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 This function will return the source root of the
main project if called from a subproject, which is usually not what you want. 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]]. It is usually preferable to use [[meson.current_source_dir]] or [[meson.project_source_root]].

Loading…
Cancel
Save