diff options
Diffstat (limited to 'docs/guides')
| -rw-r--r-- | docs/guides/guide-for-latex-users.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/guides/guide-for-latex-users.md b/docs/guides/guide-for-latex-users.md index 1ed839a8..ed3170ff 100644 --- a/docs/guides/guide-for-latex-users.md +++ b/docs/guides/guide-for-latex-users.md @@ -143,11 +143,11 @@ And finally a little loop: ``` A function call always involves the name of the function ([`rect`]($rect), -[`underline`]($underline), [`calc.max`]($calc.max), [`range`]($range)) followed -by parentheses (as opposed to LaTeX where the square brackets and curly braces -are optional if the macro requires no arguments). The expected list of arguments -passed within those parentheses depends on the concrete function and is -specified in the [reference]($reference). +[`underline`]($underline), [`calc.max`]($calc.max), [`range`]($array.range)) +followed by parentheses (as opposed to LaTeX where the square brackets and curly +braces are optional if the macro requires no arguments). The expected list of +arguments passed within those parentheses depends on the concrete function and +is specified in the [reference]($reference). ### Arguments A function can have multiple arguments. Some arguments are positional, i.e., you |
