diff --git a/chapters/glossary.tex b/chapters/glossary.tex index c16ab6bc7..38820dc60 100644 --- a/chapters/glossary.tex +++ b/chapters/glossary.tex @@ -20,7 +20,7 @@ \chapter{Glossary}\doublelabel{glossary} and vector (n=1). Integer indices start with 1, not zero. (See \autoref{arrays}.) \glossaryitem{array constructor}: an array can be built using the -array-function -- with the shorthand \{a, b, \ldots{}\}, and can also +\lstinline!array! function --- with the shorthand \{a, b, \ldots{}\} --- and can also include an iterator to build an array of expressions. (See \autoref{vector-matrix-and-array-constructors}.) \glossaryitem{array element}: a component contained in an array. An array