File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
1818----
1919;; ZLib Example
2020
21- (bytes->string
21+ (bytes->str
2222 (force-byte-array
2323 (inflate
2424 (deflate
@@ -29,14 +29,14 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
2929 deflate
3030 inflate
3131 force-byte-array
32- bytes->string )
32+ bytes->str )
3333----
3434
3535[source, clojure]
3636----
3737;; GZip Example
3838
39- (bytes->string
39+ (bytes->str
4040 (gunzip
4141 (gzip
4242 (str->bytes "test it!"))))
@@ -45,7 +45,7 @@ Add the following to your http://github.com/technomancy/leiningen[Leiningen's] `
4545 str->bytes
4646 gzip
4747 gunzip
48- bytes->string )
48+ bytes->str )
4949----
5050
5151== Manual Build
You can’t perform that action at this time.
0 commit comments