arichiardi / replumb

ClojureScript plumbing for your self-hosted REPLs.
http://clojurescript.io
Eclipse Public License 1.0
210 stars 16 forks source link

Arities out of date in options docstring #178

Closed akjetma closed 8 years ago

akjetma commented 8 years ago

After combining node/browser options, each arity has the added dispatching keyword in front https://github.com/Lambda-X/replumb/blob/master/src/cljs/replumb/core.cljs#L161

(1-arity -> 2-arity, 2-arity -> 3-arity, etc.)