From f76e8da33b8988eb42f400eb5688664e7abad62b Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Sat, 8 Aug 2026 12:32:24 +0200 Subject: [PATCH] [ub:dcl.type.cv.access.volatile] Add period to end of sentence --- source/ub.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ub.tex b/source/ub.tex index ea49eae87b..727ad0dae8 100644 --- a/source/ub.tex +++ b/source/ub.tex @@ -1433,7 +1433,7 @@ If an attempt is made to access an object defined with a volatile-qualified type through the use of a non-volatile glvalue, -the behavior is undefined +the behavior is undefined. \pnum \begin{example}