Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Klishin committed Sep 15, 2013
1 parent e4467cf commit 12caf2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clojure/clojurewerkz/support/bytes.clj
Expand Up @@ -16,4 +16,4 @@

(extend nil
ByteSource
{:to-char-array (constantly nil)})
{:to-byte-array (constantly nil)})

0 comments on commit 12caf2f

Please sign in to comment.