[PR #3801] docs: fix state type in Persistence documentation #3475

Closed
opened 2026-02-20 17:48:40 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langchain-ai/langgraph/pull/3801

State: closed
Merged: Yes


This PR fixes the type of foo in the State class in Persistence documentation. The type was previously defined as int, but the code uses it as a str.

Updated the type of foo in the documentation to str to match its actual usage in the code.

No changes to the functionality or codebase, only a documentation fix.

**Original Pull Request:** https://github.com/langchain-ai/langgraph/pull/3801 **State:** closed **Merged:** Yes --- This PR fixes the type of `foo` in the `State` class in Persistence documentation. The type was previously defined as `int`, but the code uses it as a `str`. Updated the type of `foo` in the documentation to `str` to match its actual usage in the code. No changes to the functionality or codebase, only a documentation fix.
yindo added the pull-request label 2026-02-20 17:48:40 -05:00
yindo closed this issue 2026-02-20 17:48:40 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraph#3475