ソースを参照

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);