... | ... |
@@ -71,9 +71,9 @@ Other external tools useful to check the Lua scripts. |
71 | 71 |
### luac ### |
72 | 72 |
|
73 | 73 |
The `luac` (the Lua compiler) can be used with parameter `-p` to check for |
74 |
-syntax errors (e.g., missing closing quote or parenthesis).:w |
|
74 |
+syntax errors (e.g., missing closing quote or parenthesis). |
|
75 | 75 |
|
76 |
-Example - when there is a missing closing quite, like: |
|
76 |
+Example - when there is a missing closing quote, like: |
|
77 | 77 |
|
78 | 78 |
``` |
79 | 79 |
KSR.hdr.remove("Route); |