mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-31 18:38:48 +00:00
docs: Spell check fixes (#24217)
**Description:** Spell check fixes for docs, comments, and a couple of strings. No code change e.g. variable names. **Issue:** none **Dependencies:** none **Twitter handle:** hmartin
This commit is contained in:
@@ -345,7 +345,7 @@ class RecursiveCharacterTextSplitter(TextSplitter):
|
||||
]
|
||||
elif language == Language.ELIXIR:
|
||||
return [
|
||||
# Split along method function and module definiton
|
||||
# Split along method function and module definition
|
||||
"\ndef ",
|
||||
"\ndefp ",
|
||||
"\ndefmodule ",
|
||||
|
Reference in New Issue
Block a user