Skip to content

Commit

Permalink
fix: typo in doc comment for Step module
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Bevenius <[email protected]>
  • Loading branch information
danbev committed Oct 18, 2023
1 parent afef670 commit 443e9c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/llm-chain/src/step.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Steps are indivudaul LLM invocations in a chain. They are a combination of a prompt and a configuration.
//! Steps are individual LLM invocations in a chain. They are a combination of a prompt and a configuration.
//!
//! Steps are used to set the per-invocation settings for a prompt. Useful when you want to change the settings for a specific prompt in a chain.
use crate::frame::{FormatAndExecuteError, Frame};
Expand Down

0 comments on commit 443e9c5

Please sign in to comment.