diff options
-rw-r--r-- | docs/markdown/Reference-manual.md | 3 |
1 files changed, 1 insertions, 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 |