assocs: fix sample output in usage example of assoc-map word

db4
Keita Haga 2011-01-17 05:24:39 +09:00
parent 7b5c3279c1
commit 9615a167ba
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ HELP: assoc-map
" [ - ] curry assoc-map ;"
"H{ { \"bananas\" 5 } { \"apples\" 42 } { \"pears\" 17 } }"
"2 discount ."
"H{ { \"bananas\" 3 } { \"apples\" 39 } { \"pears\" 15 } }"
"H{ { \"bananas\" 3 } { \"apples\" 40 } { \"pears\" 15 } }"
}
} ;