From 5af556e2b85ce264bb7742261e68ef4347b316aa Mon Sep 17 00:00:00 2001 From: rusty-snake <41237666+rusty-snake@users.noreply.github.com> Date: Fri, 5 Nov 2021 07:42:50 +0000 Subject: Fix markdown formating in find_program.yaml fixes #9528 --- docs/yaml/functions/find_program.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/yaml/functions/find_program.yaml b/docs/yaml/functions/find_program.yaml index 5e147eb13..57efb93c6 100644 --- a/docs/yaml/functions/find_program.yaml +++ b/docs/yaml/functions/find_program.yaml @@ -12,8 +12,8 @@ description: | 1. [`[binaries]` section](Machine-files.md#binaries) in your machine files 1. Directories provided using the `dirs:` kwarg (see below) 1. Project's source tree relative to the current subdir - - If you use the return value of [[configure_file]], the - current subdir inside the build tree is used instead + - If you use the return value of [[configure_file]], the + current subdir inside the build tree is used instead 1. `PATH` environment variable 1. [`[provide]` sections](Wrap-dependency-system-manual.md#provide-section) in subproject wrap files, if [`wrap_mode`](Builtin-options.md#core-options) is -- cgit v1.2.3