浏览代码

misc/tools/kemi: lua - fixed typos in readme

Daniel-Constantin Mierla 4 年之前
父节点
当前提交
96642c19fa
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      misc/tools/kemi/lua/README.md

+ 2 - 2
misc/tools/kemi/lua/README.md

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