clojurecl
clojurecl copied to clipboard
typo in docs
on this page
https://clojurecl.uncomplicate.org/articles/getting_started.html
this line:
(:require [uncomplicate.commons.core :refer [info])
should be
(:require [uncomplicate.commons.core :refer [info]])
notice the second trailing square bracket ].