mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-17 21:25:46 +02:00
**Description:** Fix a typo where "runtie" was incorrectly used instead of "runtime" in line 158 of the StateGraph class in state.py. This resolves the example error caused by the misspelled variable name. **Dependencies:** None