From 2300e46842b4e5b81d6efbfd7c7658e62a9aecfc Mon Sep 17 00:00:00 2001 From: nkh0472 <67589323+nkh0472@users.noreply.github.com> Date: Sat, 26 Apr 2025 17:10:46 +0800 Subject: [PATCH] chore: typo fix Signed-off-by: nkh0472 <67589323+nkh0472@users.noreply.github.com> --- docs/examples/hybrid_chunking.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/examples/hybrid_chunking.ipynb b/docs/examples/hybrid_chunking.ipynb index c8a8f42e..68795a02 100644 --- a/docs/examples/hybrid_chunking.ipynb +++ b/docs/examples/hybrid_chunking.ipynb @@ -206,7 +206,7 @@ "source": [ "Points to notice looking at the output chunks below:\n", "- Where possible, we fit the limit of 64 tokens for the metadata-enriched serialization form (see chunk 2)\n", - "- Where neeeded, we stop before the limit, e.g. see cases of 63 as it would otherwise run into a comma (see chunk 6)\n", + "- Where needed, we stop before the limit, e.g. see cases of 63 as it would otherwise run into a comma (see chunk 6)\n", "- Where possible, we merge undersized peer chunks (see chunk 0)\n", "- \"Tail\" chunks trailing right after merges may still be undersized (see chunk 8)" ]