Skip to content

Commit 48573d9

Browse files
committed
Fixed typo
1 parent f445e61 commit 48573d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ This function returns a list of chunks up to `chunk_size`-tokens-long, with any
127127
1. Recursively splits the resulting chunks until a set of chunks equal to or less than the specified chunk size is produced;
128128
1. Merges any chunks that are under the chunk size back together until the chunk size is reached;
129129
1. Reattaches any non-whitespace splitters back to the ends of chunks barring the final chunk if doing so does not bring chunks over the chunk size, otherwise adds non-whitespace splitters as their own chunks; and
130-
1. Since version XXXX, excludes chunks consisting entirely of whitespace characters.
130+
1. Since version 3.0.0, excludes chunks consisting entirely of whitespace characters.
131131

132132
To ensure that chunks are as semantically meaningful as possible, `semchunk` uses the following splitters, in order of precedence:
133133
1. The largest sequence of newlines (`\n`) and/or carriage returns (`\r`);

0 commit comments

Comments
 (0)