From 91e30fadc797d1202fe49f873b27d17174398686 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Thu, 4 Mar 2021 18:09:08 +0000 Subject: docs: Clarify compiler.cmd_array() (#8454) Make it easier to understand that this array contains the compiler command, not arguments to it, and may only have one element. --- docs/markdown/Reference-manual.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index e299be8..76c8f70 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -2236,8 +2236,7 @@ the following methods: the positional argument, you can specify external dependencies to use with `dependencies` keyword argument. -- `cmd_array()`: returns an array containing the command arguments for - the current compiler. +- `cmd_array()`: returns an array containing the command(s) for the compiler. - `compiles(code)`: returns true if the code fragment given in the positional argument compiles, you can specify external dependencies -- cgit v1.1