diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-07 09:49:34 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-08-07 09:49:34 +0200 |
| commit | bb6eaf9e4ffdaa038cce11c6225584d54a59b131 (patch) | |
| tree | bdd1fb1ad2f6f878c59b1f688d09c208f533b518 /examples/json.lua | |
| parent | 797a3969a9d4e425f94a4688e8c451fcf3dfdfbc (diff) | |
| download | bidi-bb6eaf9e4ffdaa038cce11c6225584d54a59b131.tar.gz | |
Added custom vimrc and fixed typo in examples
Diffstat (limited to 'examples/json.lua')
| -rw-r--r-- | examples/json.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/json.lua b/examples/json.lua index f656942..17a1930 100644 --- a/examples/json.lua +++ b/examples/json.lua @@ -1,4 +1,4 @@ -local file = io.open("test/test.json", "r") +local file = io.open("examples/test.json", "r") local content = file:read("*a") file:close() |
