Fixed typo

This commit is contained in:
Cristian 2015-03-04 23:16:27 -08:00
parent 6799203337
commit 286bc3f034

View file

@ -238,7 +238,7 @@
;; other Java interop functionality. Put a regex here to compile all
;; namespaces whose names match. If you only need AOT for an uberjar
;; gen-class, put `:aot :all` in the :uberjar profile and see :target-path for
;; how to enable profile-baset target isolation.
;; how to enable profile-based target isolation.
:aot [org.example.sample]
;; Forms to prepend to every form that is evaluated inside your project.
;; Allows working around the Gilardi Scenario: http://technomancy.us/143