update week1 notes
authorJim <jim.pryor@nyu.edu>
Sun, 1 Feb 2015 07:39:00 +0000 (02:39 -0500)
committerJim <jim.pryor@nyu.edu>
Sun, 1 Feb 2015 07:39:00 +0000 (02:39 -0500)
week1.mdwn

index 1f50036..8a305e7 100644 (file)
@@ -430,7 +430,7 @@ Here &phi; should evaluate to a boolean, and &psi; and &chi; should evaluate to
 We said that that could be taken as shorthand for the following `case`-expression:
 
 `case` &phi; `of`  
 We said that that could be taken as shorthand for the following `case`-expression:
 
 `case` &phi; `of`  
-&nbsp;&nbsp;`'true then` &psi;  
+&nbsp;&nbsp;`'true then` &psi;`;`  
 &nbsp;&nbsp;`'false then` &chi;  
 `end`
 
 &nbsp;&nbsp;`'false then` &chi;  
 `end`