tweak advanced
authorJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 06:25:21 +0000 (02:25 -0400)
committerJim Pryor <profjim@jimpryor.net>
Sun, 3 Oct 2010 06:25:21 +0000 (02:25 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
miscellaneous_lambda_challenges_and_advanced_topics.mdwn

index cd0ba68..1289713 100644 (file)
@@ -260,7 +260,7 @@ can use.
        rather than the handler taking the pair as an argument. (The handler gets *the
        pair's elements*, not the pair itself, as arguments.)
 
        rather than the handler taking the pair as an argument. (The handler gets *the
        pair's elements*, not the pair itself, as arguments.)
 
-       *Terminology*: we'll try to use names of the form `get_foo` for handlers, and
+       >       *Terminology*: we'll try to use names of the form `get_foo` for handlers, and
        names of the form `extract_foo` for lifted versions of them, that accept the
        lists (or whatever data structure we're working with) as arguments. But we may
        sometimes forget.
        names of the form `extract_foo` for lifted versions of them, that accept the
        lists (or whatever data structure we're working with) as arguments. But we may
        sometimes forget.