From d6c84f58b123050e94626398e2881a87e270ca23 Mon Sep 17 00:00:00 2001 From: Leo <72186159+heheleo@users.noreply.github.com> Date: Sat, 21 Feb 2026 17:47:15 +1100 Subject: [PATCH] fix: typo --- src/chvar.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chvar.typ b/src/chvar.typ index 839526d..d0fcbee 100644 --- a/src/chvar.typ +++ b/src/chvar.typ @@ -97,7 +97,7 @@ and then worry about the integration later. The key idea is that we need to rig our transition function such that $ u = y / x, #h(2em) v = x y $ so that our two inequalities we saw earlier are just -$ 1/4 <= v <= 4, #h(2em) 16/25 <= v <= 16/9. $ +$ 1/4 <= u <= 4, #h(2em) 16/25 <= v <= 16/9. $ This lets us make a portrayal of the yellow region as a sheet of paper. See @fig-chvar-trans, which is really important to us!