X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=blobdiff_plain;f=topics%2Fweek1.mdwn;h=7f717d9a0cf40f1367340a6b62b64d676ecb83c2;hp=430cc5dd60b0734eb3c7299faf8e60d053b30b55;hb=c10e4dd6e3e70551ba4e619dff1363c54af53afa;hpb=199d99a994e1801b4ef884bda4cce38470ef6fa1;ds=sidebyside diff --git a/topics/week1.mdwn b/topics/week1.mdwn index 430cc5dd..7f717d9a 100644 --- a/topics/week1.mdwn +++ b/topics/week1.mdwn @@ -626,7 +626,7 @@ Here is the hierarcy of **values** that we've talked about so far. * Booleans (or truth-values) * Functions: these are not literals, but instead have to be generated by evaluating complex expressions * Containers, including: - * the literals `[]` and `{}` + * the **literal containers** `[]` and `{}` * Non-empty sequences * Non-empty sets * Tuples proper and other containers, to be introduced later