[RFC] Make change suggested by Damir.

This commit is contained in:
Alessandro Coglio 2021-10-25 21:23:06 -07:00
parent ae26d4c7d4
commit 582dfed17d

View File

@ -62,7 +62,7 @@ the evaluation involves the bounded recursion analysis described in a separate R
ASTs for function declarations are extended with a boolean flag `const_`.
If a `const` function has a non-`const` parameter,
an AST error occurs.
an ASG error occurs.
If the body of a `const` function references the `input` variable or calls a non-`const` function,
an ASG error occurs.