From f9328f7757991c45dd502c35fef9991ffeafe97a Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Fri, 11 Nov 2022 16:37:31 +0000 Subject: Fix typo in dependency() 'names' docstring [skip ci] --- docs/yaml/functions/dependency.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/yaml/functions/dependency.yaml b/docs/yaml/functions/dependency.yaml index d35cd2e..ad4e66e 100644 --- a/docs/yaml/functions/dependency.yaml +++ b/docs/yaml/functions/dependency.yaml @@ -66,7 +66,7 @@ varargs: since: 0.60.0 min_varargs: 1 description: | - The names of the dependency too look up. The dependencies are looked up in + The names of the dependency to look up. The dependencies are looked up in the order they are provided here. The first found dependency will then be used. The fallback subproject will be used only if none of the names are found on the system. Once one of the name has been found, all other names -- cgit v1.1