Skip to content

Commit 19d912a

Browse files
committed
Fix docstring ref to clojure.core/sorted-map
1 parent 143137b commit 19d912a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/staticweb/cloudformation_templating.clj

+1-1
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@
392392
m))
393393

394394
(defn template
395-
"Returns a [[sorted-map]] of the body with
395+
"Returns a [[clojure.core/sorted-map]] of the body with
396396
\"AWSTemplateFormatVersion\" added."
397397
[& body]
398398
(apply sorted-map-by-full-name

0 commit comments

Comments
 (0)