Skip to content

Commit 9d6f649

Browse files
authored
fix typo in docs (langchain-ai#2115)
simple typo
1 parent c58932e commit 9d6f649

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/modules/memory/examples/multiple_memory.ipynb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
{
22
"cells": [
33
{
4+
"attachments": {},
45
"cell_type": "markdown",
56
"id": "d9fec22e",
67
"metadata": {},
78
"source": [
8-
"# How to use multiple memroy classes in the same chain\n",
9+
"# How to use multiple memory classes in the same chain\n",
910
"It is also possible to use multiple memory classes in the same chain. To combine multiple memory classes, we can initialize the `CombinedMemory` class, and then use that."
1011
]
1112
},

0 commit comments

Comments
 (0)