Skip to content

Commit 931e818

Browse files
committed
Slight correction in Fraud notes.
1 parent 0271cc4 commit 931e818

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/notes/fraud.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ The interpreter closely mirrors the semantics. The top-level
336336
@racket[interp-env] that takes an expression and environment and
337337
computes the result. It is defined by structural recursion on the
338338
expression. Environments are represented as lists of associations
339-
between variables and integers. There are two helper functions for
339+
between variables and values. There are two helper functions for
340340
@racket[ext] and @racket[lookup]:
341341

342342
@codeblock-include["fraud/interp.rkt"]

0 commit comments

Comments
 (0)