Skip to content

Commit 1c19458

Browse files
committed
fix typo
1 parent b9d935a commit 1c19458

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public interface ChunkEndCondition {
88

99
/**
1010
* Accepts a string and returns the number of character that should be considered as the end of
11-
* the FIRST chunk within the string. This method will be subsiquently called until all pages
11+
* the FIRST chunk within the string. This method will be subsequently called until all pages
1212
* are found.
1313
* <p>
1414
* Return -1 if the value does not contain enough characters to be considered as a full chunk.

0 commit comments

Comments
 (0)