We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 013bcee commit 47b3b72Copy full SHA for 47b3b72
content/guides/weird_characters.adoc
@@ -218,7 +218,7 @@ uses include `#uuid` for expressing UUIDs and in the ClojureScript world an
218
extremely common use of tagged literals is `#js` which can be used to convert
219
ClojureScript data structures into JavaScript structures directly. Note that
220
`#js` doesn't convert recursively, so if you have a nested data-structure, use
221
-https://cljs.github.io/api/cljs.core/js-GTclj[`pass:[cjs->js]`].
+https://cljs.github.io/api/cljs.core/js-GTclj[`pass:[js->clj]`].
222
223
Note that while `#inst` and `#uuid` are available in edn, `#js` is not.
224
0 commit comments