Skip to content

Commit

Permalink
Merge pull request #145 from borkdude/master
Browse files Browse the repository at this point in the history
fix misplaced docstring (found with clj-kondo)
  • Loading branch information
dakrone authored Jul 31, 2019
2 parents 679f4b1 + fe453ea commit 3366ae0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cheshire/core.clj
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@
(.flush generator)
writer)))

(defn create-generator [writer]
(defn create-generator
"Returns JsonGenerator for given writer."
[writer]
(.createGenerator
^JsonFactory (or factory/*json-factory*
factory/json-factory)
Expand Down

0 comments on commit 3366ae0

Please sign in to comment.