Skip to content

Commit 47b3b72

Browse files
committed
fix typo
1 parent 013bcee commit 47b3b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/weird_characters.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ uses include `#uuid` for expressing UUIDs and in the ClojureScript world an
218218
extremely common use of tagged literals is `#js` which can be used to convert
219219
ClojureScript data structures into JavaScript structures directly. Note that
220220
`#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]`].
221+
https://cljs.github.io/api/cljs.core/js-GTclj[`pass:[js->clj]`].
222222

223223
Note that while `#inst` and `#uuid` are available in edn, `#js` is not.
224224

0 commit comments

Comments
 (0)