diff --git a/source/ub.tex b/source/ub.tex index 727ad0dae8..b4985a81ab 100644 --- a/source/ub.tex +++ b/source/ub.tex @@ -1995,7 +1995,7 @@ A() try : x(0 ? 1 : throw 1) { } catch (int) { std::cout << "y: " << y << std::endl; // undefined behavior, referring to non-static member \tcode{y} in - // the handler of function-try-block + // the handler of \grammarterm{function-try-block} } int x; int y = 42;