ldct / isicp

Interactive Structure and Interpretation of Computer Programs
http://www.xuanji.li/isicp/
MIT License
1.16k stars 162 forks source link

Fix typo in 1.3.2 #60

Closed colbyr closed 8 years ago

colbyr commented 8 years ago

In 1.3.2 "The general form of a let expression" example, it seems to me that (<varN> <varN>) should be (<varN> <expN>).

sarabander commented 8 years ago

That's right, thanks!