Skip to content

Commit 85c00e7

Browse files
committed
typo
1 parent dea3984 commit 85c00e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reflex/istate/manager/disk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ async def modify_state(self, token: str) -> AsyncIterator[BaseState]:
197197
Yields:
198198
The state for the token.
199199
"""
200-
# Memory state manager ignores the substate suffix and always returns the top-level state.
200+
# Disk state manager ignores the substate suffix and always returns the top-level state.
201201
client_token, _ = _split_substate_key(token)
202202
if client_token not in self._states_locks:
203203
async with self._state_manager_lock:

0 commit comments

Comments
 (0)