clojure.html.markdown: Fix an error (s/value/key)

This commit is contained in:
Bastien Guerry 2013-10-03 23:40:38 +02:00
parent 626e963aa9
commit 9a4721785c

View File

@ -205,7 +205,7 @@ keymap ; => {:a 1, :c 3, :b 2}
;("a" stringmap)
; => Exception: java.lang.String cannot be cast to clojure.lang.IFn
; Retrieving a non-present value returns nil
; Retrieving a non-present key returns nil
(stringmap "d") ; => nil
; Use assoc to add new keys to hash-maps