From 2f59c671cb8996e4d670f5049354119bf1e24688 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Wed, 9 Sep 2026 07:08:06 +0200 Subject: [PATCH] [basic.fundamental] Remove bullet for reflections being function parameters Function parameters are already covered by the preceding bullet stating that a reflection may be a representation of a variable. Every function parameter is a variable, and having a distinct bullet misleads the reader into believing it is not. --- source/basic.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 34f3deae72..cd43fc8eab 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5749,7 +5749,6 @@ \item a variable\iref{basic.pre}, \item a structured binding\iref{dcl.struct.bind}, \item a function\iref{dcl.fct}, -\item a function parameter, \item an enumerator\iref{dcl.enum}, \item an annotation\iref{dcl.attr.grammar}, \item a type alias\iref{dcl.typedef},