Langchain: Fix typo in documentation (#15124)

**Description:**
Fix typo in documentation. 

**Twitter handle:**
@HydrogenHydride
This commit is contained in:
GauravWaghmare 2024-01-02 03:34:51 +05:30 committed by GitHub
parent a010f29013
commit f79bec12eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,7 @@
"\n",
"In the second line, we used `RunnablePastshrough.assign` with a lambda that multiplies the numerical value by 3. In this cased, `extra` was set with `{'num': 1, 'mult': 3}` which is the original value with the `mult` key added. \n",
"\n",
"Finally, we also set a third key in the map with `modified` which uses a labmda to set a single value adding 1 to the num, which resulted in `modified` key with the value of `2`."
"Finally, we also set a third key in the map with `modified` which uses a lambda to set a single value adding 1 to the num, which resulted in `modified` key with the value of `2`."
]
},
{