From c9a692f937dd90cdf3e902194debc732e1e7ae18 Mon Sep 17 00:00:00 2001 From: Laiqian Ji <113194159+LaiqianDS@users.noreply.github.com> Date: Thu, 5 Feb 2026 13:38:22 +0100 Subject: [PATCH] Fix typo in text about Recursive Character Text Splitter --- .../LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb b/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb index 84bde92..b4cca69 100644 --- a/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb +++ b/tutorials/LevelsOfTextSplitting/5_Levels_Of_Text_Splitting.ipynb @@ -418,7 +418,7 @@ "\n", "The problem with Level #1 is that we don't take into account the structure of our document at all. We simply split by a fix number of characters.\n", "\n", - "The Recursive Character Text Splitter helps with this. With it, we'll specify a series of separatators which will be used to split our docs.\n", + "The Recursive Character Text Splitter helps with this. With it, we'll specify a series of separators which will be used to split our docs.\n", "\n", "You can see the default separators for LangChain [here](https://github.com/langchain-ai/langchain/blob/9ef2feb6747f5a69d186bd623b569ad722829a5e/libs/langchain/langchain/text_splitter.py#L842). Let's take a look at them one by one.\n", "\n",