diff --git a/examples/pass_private_state.ipynb b/examples/pass_private_state.ipynb index ca177a180..2e60d805e 100644 --- a/examples/pass_private_state.ipynb +++ b/examples/pass_private_state.ipynb @@ -7,7 +7,7 @@ "source": [ "# How to pass private state\n", "\n", - "Oftentimes, you may want nodes to be able to pass state to eachv other that should NOT be part of the main schema of the graph. This is often useful because there may be information that is not needed as input/output (and therefore doesn't really make sense to have in the main schema) but is ABSOLUTELY needed as part of the intermediate working logic.\n", + "Oftentimes, you may want nodes to be able to pass state to each other that should NOT be part of the main schema of the graph. This is often useful because there may be information that is not needed as input/output (and therefore doesn't really make sense to have in the main schema) but is ABSOLUTELY needed as part of the intermediate working logic.\n", "\n", "Let's take a look at an example below. In this example, we will create a RAG pipeline that:\n", "1. Takes in a user question\n",