Skip to content

Commit e0a76cb

Browse files
committed
Fix file name in assign 3 write-up.
1 parent f180e2d commit e0a76cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/assignments/3.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ interpret @racket[cond] expressions and new primitives.}
132132
@item{Make examples of @racket[cond]-expressions and primitives and
133133
potential translations of them to assembly.}
134134

135-
@item{Update @tt{compile.rkt} and @tt{compile-prim.rkt} to correctly
135+
@item{Update @tt{compile.rkt} and @tt{compile-ops.rkt} to correctly
136136
compile these expressions based on your examples.}
137137

138138
@item{Test your compiler with @tt{raco test test/compile.rkt}.}

0 commit comments

Comments
 (0)