Skip to content

Commit 5775609

Browse files
committed
docs: fix format of "execution model" section in readme
1 parent 3380120 commit 5775609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ Available libraries:
101101
## 🕒 Execution Model
102102
103103
All Lua operations in `lua-state` are **synchronous** by design.
104-
The Lua VM runs in the same thread as JavaScript, providing predictable and fast execution.
104+
The Lua VM runs in the same thread as JavaScript, providing predictable and fast execution.
105105
For asynchronous I/O, consider isolating Lua VMs in worker threads.
106106
107107
- `await` is **not required** and not supported - calls like `lua.eval()` block until completion

0 commit comments

Comments
 (0)