diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ To address that issue, Lua strings are represented by an array of bytes in Fenga ### `require` and `package.loadlib` -In the browser `require` and `package.loadlib` try to find a file by making XHR requests. +In the browser `require` and `package.loadlib` try to find a file by making synchronous XHR requests. ### _Missing_ features |