Skip to content

Instantly share code, notes, and snippets.

@devasiajoseph
Created July 13, 2013 05:56
Show Gist options
  • Save devasiajoseph/5989598 to your computer and use it in GitHub Desktop.
Save devasiajoseph/5989598 to your computer and use it in GitHub Desktop.
Clojure cassaforte documentation fix
I think (client/connect! "127.0.0.1") should be (client/connect! ["127.0.0.1"])
(client/connect! "127.0.0.1") gives an error:
ClassCastException java.lang.Character cannot be cast to java.lang.String clojurewerkz.cassaforte.client/build-cluster (client.clj:218)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment