docs: fix typo in concept docs

This commit is contained in:
nikhildigde
2024-10-21 21:40:47 +00:00
committed by GitHub
parent 780285ef91
commit 2be012d8ed
+1 -1
View File
@@ -20,7 +20,7 @@ A super-step can be considered a single iteration over the graph nodes. Nodes th
### StateGraph
The `StateGraph` class is the main graph class to uses. This is parameterized by a user defined `State` object.
The `StateGraph` class is the main graph class to use. This is parameterized by a user defined `State` object.
### MessageGraph