Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix a link that start with i (#612)
  • Loading branch information
Sacramentix committed Dec 20, 2022
1 parent f91fda3 commit 00f0205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api.md
Expand Up @@ -140,7 +140,7 @@ Worker.readFile() remove a file in MEMFS, it is useful when you want to free the
<a name="worker-FS"></a>
### Worker.FS(method, args, jobId): Promise

Worker.FS() is a generic FS function to do anything you want, you can check [HERE](ihttps://emscripten.org/docs/api_reference/Filesystem-API.html) for all functions.
Worker.FS() is a generic FS function to do anything you want, you can check [HERE](https://emscripten.org/docs/api_reference/Filesystem-API.html) for all functions.

**Arguments:**

Expand Down

0 comments on commit 00f0205

Please sign in to comment.