浏览代码

fix typo. –(U+2013) to -(U+002D). (#10727)

Daiki Noda 3 年之前
父节点
当前提交
2e9b0569a6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src-json/define.json

+ 1 - 1
src-json/define.json

@@ -204,7 +204,7 @@
 		"devcomment": "force-lib-check is only here as a debug facility - compiler checking allows errors to be found more easily",
 		"name": "ForceLibCheck",
 		"define": "force-lib-check",
-		"doc": "Force the compiler to check `--net-lib` and `-java-lib` added classes (internal).",
+		"doc": "Force the compiler to check `--net-lib` and `--java-lib` added classes (internal).",
 		"platforms": ["cs", "java"]
 	},
 	{