clojurecl icon indicating copy to clipboard operation
clojurecl copied to clipboard

typo in docs

Open ftravers opened this issue 5 years ago • 0 comments

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 ].

ftravers avatar Feb 08 '20 18:02 ftravers