Fix error in the docs for assoc-map.

db4
John Benediktsson 2008-12-09 12:35:59 -08:00
parent 92834c3aba
commit 6745e0dad9
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ HELP: assoc-map
{ $examples
{ $unchecked-example
": discount ( prices n -- newprices )"
" [ - ] curry assoc-each ;"
" [ - ] curry assoc-map ;"
"H{ { \"bananas\" 5 } { \"apples\" 42 } { \"pears\" 17 } }"
"2 discount ."
"H{ { \"bananas\" 3 } { \"apples\" 39 } { \"pears\" 15 } }"