From e3bd100fcb6dfa93e7abaeec4e196c474da17981 Mon Sep 17 00:00:00 2001 From: Mike Gromer Date: Fri, 10 Jan 2025 12:36:26 -0700 Subject: [PATCH] Fixed misspelling of instantiates. --- src/Custom/Chat/ChatMessageContentPart.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Custom/Chat/ChatMessageContentPart.cs b/src/Custom/Chat/ChatMessageContentPart.cs index 59f120815..8713ad63c 100644 --- a/src/Custom/Chat/ChatMessageContentPart.cs +++ b/src/Custom/Chat/ChatMessageContentPart.cs @@ -153,7 +153,7 @@ public static ChatMessageContentPart CreateRefusalPart(string refusal) } /// - /// Implicitly intantiates a new from a . As such, + /// Implicitly instantiates a new from a . As such, /// using a in place of a is equivalent to calling the /// method. ///