From 2be012d8ed3c69f47efcc598e2bafaa5054aa63a Mon Sep 17 00:00:00 2001 From: nikhildigde <38807100+nikhildigde@users.noreply.github.com> Date: Tue, 22 Oct 2024 03:10:47 +0530 Subject: [PATCH] docs: fix typo in concept docs --- docs/docs/concepts/low_level.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/concepts/low_level.md b/docs/docs/concepts/low_level.md index 652e2dd58..516ff9250 100644 --- a/docs/docs/concepts/low_level.md +++ b/docs/docs/concepts/low_level.md @@ -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