From b82c1d29a080a503c1530777ddd54e2eb54d6666 Mon Sep 17 00:00:00 2001 From: zeroflag Date: Mon, 17 Feb 2025 13:12:46 +0100 Subject: [PATCH] fix example --- doc/catalogue.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/catalogue.md b/doc/catalogue.md index 5865e79..7caa062 100644 --- a/doc/catalogue.md +++ b/doc/catalogue.md @@ -112,10 +112,10 @@ ## Modules -| Word | Description | Stack Effect | Immediate | Example | -|----------|--------------------------------------------|---------------------|-----------|--------------------------------| -| `need` | Require a module | `( str -- module )` | Yes | `"dkjson" require -> var json` | -| `return` | Export a module / Return from Lua function | `( x -- )` | Yes | | +| Word | Description | Stack Effect | Immediate | Example | +|----------|--------------------------------------------|---------------------|-----------|-----------------------------| +| `need` | Require a module | `( str -- module )` | Yes | `"dkjson" need -> var json` | +| `return` | Export a module / Return from Lua function | `( x -- )` | Yes | | ## Misc