Fixed minor gramar issue.

This commit is contained in:
Jordan Wages 2025-08-19 04:00:31 -05:00
commit b2213663d1
6 changed files with 2023 additions and 2 deletions

View file

@ -96,6 +96,7 @@ PRODUCTIONS
INTERPRETER (.
FunctionValue fv = new FunctionValue();
bool success = true;
decimal r = 0;
if (this.interpreter == null) { return; }
.)
=