From 3a9cf2508dc7341a6d8ff4b8174064600d704994 Mon Sep 17 00:00:00 2001 From: nodist Date: Sun, 21 Jun 2026 11:51:41 -0400 Subject: update memory objs --- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/index.md') diff --git a/docs/index.md b/docs/index.md index 5d8ba9d..72a679c 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,8 +31,8 @@ readFile("filename", callback(data)) // --- langauge equivalent // Do Soemthing ([name; callback] - `use "io" [open; read] - callback `sync read `sync open `sync name + `use "file" [open; read] + callback `sync String $ read `sync open `sync name ) `async ("filename"; callback) // Continue while readFile is running ``` -- cgit v1.2.3