Skip to content

Commit 30ea005

Browse files
authored
Merge pull request #37 from dvanhorn/next
Next
2 parents 031483a + 6bae480 commit 30ea005

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

www/midterms/1.scrbl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ subexpressions. The subexpressions are evaluated from left to right
131131
until a subexpression evaluates to a @racket[#f] value, which is
132132
produced by @racket[and]. Otherwise, @racket[and] produces the value
133133
of the last subexpression. If there are no subexpressions, then
134-
@racket[#f] is produced.
134+
@racket[#t] is produced.
135135

136136
To make things interesting, you should not use Racket's @racket[and]
137137
and @racket[or] in @racket[interp].

www/schedule.scrbl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040

4141
(list @wk{10/1}
4242
@seclink["Assignment 5"]{A5}
43-
@elem{TBD}
43+
@secref["Iniquity"]
4444
'cont)
4545

4646
(list @wk{10/8}
47-
@bold{M1}
47+
@bold{@seclink["Midterm_1"]{M1}}
4848
@elem{TBD}
4949
'cont)
5050

0 commit comments

Comments
 (0)