Browse Source

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

Daiki Noda 3 năm trước cách đây
mục cha
commit
2e9b0569a6
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"]
 	},
 	{