Skip to content

Commit

Permalink
More cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
metawilm committed Jan 23, 2011
1 parent 5db1cbb commit b453999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ that don't support custom TEST/HASH functions natively!

(with-custom-hash-table
(setf (gethash 1 *foo-ht*) 1
(gethash 10 *foo-ht*) 10
(gethash 10 *foo-ht*) 10
(gethash 2 *foo-ht*) 2)
(maphash (lambda (k v)
(format t "~A: ~A~%" k v)
Expand Down

0 comments on commit b453999

Please sign in to comment.