Skip to content

Commit c096bc5

Browse files
committed
文档
1 parent 45b1c6c commit c096bc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/hankcs/hanlp/HanLP.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ public static final class Config
272272
}
273273
catch (Exception e)
274274
{
275-
StringBuilder sbInfo = new StringBuilder("========Tips========\n请将HanLP.properties放在下列目录:\n"); // 打印一些友好的tips
275+
StringBuilder sbInfo = new StringBuilder("========Tips========\n请将hanlp.properties放在下列目录:\n"); // 打印一些友好的tips
276276
String classPath = (String) System.getProperties().get("java.class.path");
277277
if (classPath != null)
278278
{

0 commit comments

Comments
 (0)