Skip to content

Commit 1d750a9

Browse files
byronhemedcl
authored andcommitted
Update AnalyzeContext.java (#617)
1 parent 3a7a81c commit 1d750a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/wltea/analyzer/core/AnalyzeContext.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class AnalyzeContext {
4848
private static final int BUFF_EXHAUST_CRITICAL = 100;
4949

5050

51-
//字符窜读取缓冲
51+
//字符串读取缓冲
5252
private char[] segmentBuff;
5353
//字符类型数组
5454
private int[] charTypes;

0 commit comments

Comments
 (0)