aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/eval.h b/eval.h
index bf4b801..0ccdee6 100644
--- a/eval.h
+++ b/eval.h
@@ -3,7 +3,7 @@
#include "model.h"
const int EVAL_STACK_SIZE = 262144;
-/** @class Evaluator
+/** @class Evaluator
* A runtime platform of interpreting
*/
class Evaluator {