Skip to content

Commit 3b0e578

Browse files
authored
clarify reader-conditional docs (#373)
Updated the prose to better match the example. `:org.babashka/nbb` is not prioritized over `:cljs`, rather, whichever comes first is used.
1 parent 0470ef7 commit 3b0e578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -425,8 +425,8 @@ See the [example](examples/js-interop/example.cljs) of what is currently support
425425

426426
## Reader conditionals
427427

428-
Nbb supports the following reader conditional features: `:org.babashka/nbb` and
429-
`:cljs` in that order of priority:
428+
Nbb supports the following reader conditional platform tags: `:org.babashka/nbb` and
429+
`:cljs`. Whichever is first takes priority:
430430

431431
``` clojure
432432
#?(:org.babashka/nbb 1 :cljs 2) ;;=> 1

0 commit comments

Comments
 (0)