From 80ffb68bb51125e3abca8a3eba6a6ac14d806b0d Mon Sep 17 00:00:00 2001 From: Luxferre Date: Sat, 13 Jun 2026 22:05:11 +0300 Subject: [PATCH] notes upd --- lttb-impl-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lttb-impl-notes.md b/lttb-impl-notes.md index b439f72..603d1f3 100644 --- a/lttb-impl-notes.md +++ b/lttb-impl-notes.md @@ -109,7 +109,7 @@ Mathematical expression and intrinsic function application engine. Accepts a sin - Push `NORM(VARS[C])` to `VALSTACK`. - Set `PREVC = C`, increment `I`, go to step 6. 12. If `C` is `(`: - - Push `(` to OPSTACK. + - Push `(` to `OPSTACK`. - Set `PREVC = C`, increment `I`, go to step 6. 13. If `C` is `)`: - While `OPSTACK` top is not `(`: Execute `EVALHELPER(VALSTACK, OPSTACK)`.