Skip to content

Commit 771cbc6

Browse files
authored
missing syntax highlighting on example
1 parent f4f19b3 commit 771cbc6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/reference/async-functions.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ until the `Promise` resolves and yields its value.
2525
(+ n x)))
2626
----
2727

28+
[source,clojure]
2829
----
2930
(fn ^:async [n]
3031
(let [x (await (js/Promise.resolve 10))]

0 commit comments

Comments
 (0)