docs [skip ci]

This commit is contained in:
Michiel Borkent 2020-08-17 23:05:13 +02:00
parent 5402a452cb
commit 20171c59d3

View file

@ -616,7 +616,7 @@ $ bb my-script.clj
Hello from gist script! Hello from gist script!
``` ```
Caveat: building uberscripts works by running top-level `ns` forms and `require` Caveat: building uberscripts works by running top-level `ns` and `require`
forms. The rest of the code is not evaluated. Code that relies on dynamic forms. The rest of the code is not evaluated. Code that relies on dynamic
requires may not work in an uberscript. requires may not work in an uberscript.