summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
index a3bd3cc01..0edba438c 100644
--- a/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
+++ b/doc/bugs/map_fails_to_close_ul_element_for_empty_list.mdwn
@@ -43,5 +43,5 @@ Patch[[!tag patch]]:
>> the function would be wise. From my brief look at it to formulate the
>> above I thought it was a bit icky. I'm not a good judge of what would
>> be regression-test friendly but I might have a go at reworking it. With
->> this variety of problem I have a strong inclination to use things like
->> map. - [[Jon]]
+>> this variety of problem I have a strong inclination to use HOFs like map,
+>> grep. - [[Jon]]