Skip to content

Commit 4342c71

Browse files
committed
fix typo
1 parent 1c19458 commit 4342c71

File tree

1 file changed

+1
-1
lines changed
  • samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/src/main/java/com/microsoft/semantic/kernel/rag/splitting/splitconditions

1 file changed

+1
-1
lines changed

samples/semantickernel-sample-plugins/semantickernel-text-splitter-plugin/src/main/java/com/microsoft/semantic/kernel/rag/splitting/splitconditions/SplitPoints.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
/**
55
* A class that represents the start and end points of a split. I.e if splitting by word, these
6-
* would be the indeces of the first and last char in the word within the chunk.
6+
* would be the indices of the first and last char in the word within the chunk.
77
*/
88
public class SplitPoints {
99

0 commit comments

Comments
 (0)