fix link to jsfetch stdlib (#23203)

This commit is contained in:
Ethosa
2024-01-12 19:50:20 +07:00
committed by GitHub
parent 30cb6826c0
commit ade5295fd5

View File

@@ -578,7 +578,7 @@ Modules for the JavaScript backend
The wrapper of core JavaScript functions. For most purposes, you should be using
the `math`, `json`, and `times` stdlib modules instead of this module.
* [jsfetch](jshttp.html)
* [jsfetch](jsfetch.html)
Wrapper for `fetch`.
* [jsffi](jsffi.html)