Skip to content

Commit

Permalink
Typo - thanks @jcrossley3!
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed Aug 22, 2014
1 parent 0c80b45 commit 87d63bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/immutant/codecs.clj
Expand Up @@ -37,7 +37,7 @@
:string.
* :encode - A single-arity function that encodes its argument to
the expected type.
* :encode - A single-arity function that decodes its argument from
* :decode - A single-arity function that decodes its argument from
the expected type to clojure data."
[{:keys [name content-type type encode decode] :or {type :string}}]
`(proxy [~(if (= :bytes type) 'BytesCodec 'StringCodec)]
Expand Down

0 comments on commit 87d63bb

Please sign in to comment.