diff options
-rw-r--r-- | docs/yaml/objects/compiler.yaml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/yaml/objects/compiler.yaml b/docs/yaml/objects/compiler.yaml index 4cdeb54..6f49ec5 100644 --- a/docs/yaml/objects/compiler.yaml +++ b/docs/yaml/objects/compiler.yaml @@ -486,8 +486,9 @@ methods: since: 0.43.0 varargs_inherit: compiler.has_multi_arguments description: | - Given a list of strings, returns the first argument that passes the - [[compiler.has_argument]] test or an empty array if none pass. + Given a list of strings, returns a single-element list containing the first + argument that passes the [[compiler.has_argument]] test or an empty array if + none pass. # Linker arguments |