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

Keita Haga 2011-01-17 05:24:39 +09:00
parent e0cbe556b2
commit 75e70b1096
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 } }"
}
} ;