From 5b9d4fc02a7fe2ffa280653b4c1b73f08a792873 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:17:46 +0100 Subject: [PATCH] [expr.type] Fix typo --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index b063e7453d..9589921d5b 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -340,7 +340,7 @@ the value category of the expression is not altered. Let $X$ be the object or function denoted by the reference. If a pointer to $X$ would be valid in -the context of the evalution of the expression\iref{basic.fundamental}, +the context of the evaluation of the expression\iref{basic.fundamental}, the result designates $X$; otherwise, the behavior is undefined. \begin{note}