From ea29561e9a4222ac2622dda8d00b47a529dc2741 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Mon, 18 Nov 2024 13:41:06 +0000 Subject: [PATCH] [temp.param] Fix typo --- source/templates.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/templates.tex b/source/templates.tex index b2e9e1770e..87b390f51d 100644 --- a/source/templates.tex +++ b/source/templates.tex @@ -399,8 +399,8 @@ \item all base classes and non-static data members are public and non-mutable and \item -the types of all bases classes and non-static data members are -structural types or (possibly multidimensional) array thereof. +the types of all base classes and non-static data members are +structural types or (possibly multidimensional) arrays thereof. \end{itemize} \end{itemize}