mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 07:14:47 -05:00
docs: Fix typo (#15507)
This commit is contained in:
parent
87f80ff6be
commit
3caec9721e
1 changed files with 1 additions and 1 deletions
|
@ -3092,7 +3092,7 @@ Read more about this release at https://deno.land/v1
|
|||
- fix(std/ws): provide default close code for ws.close() (#4172)
|
||||
- fix(std/ws): sock shouldn't throw eof error when failed to read frame (#4083)
|
||||
- fix: Bundles can be sync or async based on top level await (#4124)
|
||||
- fix: Move WebAsssembly namespace to shared_globals (#4084)
|
||||
- fix: Move WebAssembly namespace to shared_globals (#4084)
|
||||
- fix: Resolve makeTemp paths from CWD (#4104)
|
||||
- fix: Return non-zero exit code on malformed stdin fmt (#4163)
|
||||
- fix: add window.self read-only property (#4131)
|
||||
|
|
Loading…
Reference in a new issue