fix typo in docs (#2115)

simple typo
This commit is contained in:
Francis Felici 2023-03-28 19:03:17 -03:00 committed by GitHub
parent c58932e8fd
commit 9d6f649ba5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,11 +1,12 @@
{ {
"cells": [ "cells": [
{ {
"attachments": {},
"cell_type": "markdown", "cell_type": "markdown",
"id": "d9fec22e", "id": "d9fec22e",
"metadata": {}, "metadata": {},
"source": [ "source": [
"# How to use multiple memroy classes in the same chain\n", "# How to use multiple memory classes in the same chain\n",
"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." "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."
] ]
}, },