Skip to content

Commit

Permalink
Merge pull request #223 from danbev/steps-doc-comment-typo
Browse files Browse the repository at this point in the history
fix: typo in doc comment for Step module
  • Loading branch information
williamhogman authored Oct 19, 2023
2 parents 6a68cfa + 443e9c5 commit fff9b19
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 fff9b19

Please sign in to comment.