tweak week1
[lambda.git] / topics / week1.mdwn
index 430cc5d..7f717d9 100644 (file)
@@ -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:
             *   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
         *   Non-empty sequences
         *   Non-empty sets
         *   Tuples proper and other containers, to be introduced later