From 2559ddc3686e7c1fec3fe5e3e88453dc4f0b4568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20K=C3=B6ppe?= Date: Fri, 1 Aug 2025 11:16:35 +0100 Subject: [PATCH] [expr.reflect] Delete sentence from "interpretation" list item that is redundant with the next item. The next item already describes the case where R represents a namespace. --- source/expressions.tex | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/expressions.tex b/source/expressions.tex index 1d3c4df1bc..ada40cd539 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -6724,8 +6724,6 @@ \item Otherwise, if lookup finds a namespace alias\iref{namespace.alias}, $R$ represents that namespace alias. -For any other \grammarterm{namespace-name}, -$R$ represents the denoted namespace. \item Otherwise, if lookup finds a namespace\iref{basic.namespace}, $R$ represents that namespace.