diff --git a/crates/llm-chain/src/prompt/mod.rs b/crates/llm-chain/src/prompt/mod.rs index 0c6b60c0..34776ca1 100644 --- a/crates/llm-chain/src/prompt/mod.rs +++ b/crates/llm-chain/src/prompt/mod.rs @@ -27,7 +27,7 @@ pub type Conversation = ChatMessageCollection; /// A chat conversation of string templates. /// -/// A chat conversation is a collection of chat messages that contian string templates. +/// A chat conversation is a collection of chat messages that contain string templates. pub type ConversationTemplate = ChatMessageCollection; /// Creates a `TextPrompt` or a `ChatPrompt` based on the number of arguments provided.