diff options
author | Zed <zestyr@users.noreply.github.com> | 2019-04-23 08:40:20 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-04-23 08:40:20 +0200 |
commit | 3b4952da94ec3e9bdb40e092888f966c3e2b5fb3 (patch) | |
tree | 5bf9aeef15a30635a24e03beb310e293457df6ed /lib/js/asyncjs.nim | |
parent | 4f9366975441be889a8cd4fbfb4e41f6830dc542 (diff) | |
download | Nim-3b4952da94ec3e9bdb40e092888f966c3e2b5fb3.tar.gz |
Fix header inconsistencies in documentation (#11071)
Diffstat (limited to 'lib/js/asyncjs.nim')
-rw-r--r-- | lib/js/asyncjs.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/js/asyncjs.nim b/lib/js/asyncjs.nim index 7439b66e1..219b1bed5 100644 --- a/lib/js/asyncjs.nim +++ b/lib/js/asyncjs.nim @@ -50,7 +50,7 @@ ## proc loadGame(name: string): Future[Game] {.async.} ## ## JavaScript compatibility -## ~~~~~~~~~~~~~~~~~~~~~~~~~ +## ======================== ## ## Nim currently generates `async/await` JavaScript code which is supported in modern ## EcmaScript and most modern versions of browsers, Node.js and Electron. |