docs: fix typo in DSPy docs (#24748)

**Description:** Just a missing "r" in metric
**Dependencies:**N/A
This commit is contained in:
Moritz
2024-07-28 01:34:39 +02:00
committed by GitHub
parent 152427eca1
commit b81fbc962c

View File

@@ -355,7 +355,7 @@
"id": "859daaee-ac5d-47f8-8704-827f5578bf1b", "id": "859daaee-ac5d-47f8-8704-827f5578bf1b",
"metadata": {}, "metadata": {},
"source": [ "source": [
"## Define a metic\n", "## Define a metric\n",
"\n", "\n",
"We now need to define a metric. This will be used to determine which runs were successful and we can learn from. Here we will use DSPy's metrics, though you can write your own." "We now need to define a metric. This will be used to determine which runs were successful and we can learn from. Here we will use DSPy's metrics, though you can write your own."
] ]