Skip to content

Commit e3bd100

Browse files
committed
Fixed misspelling of instantiates.
1 parent c046c34 commit e3bd100

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Custom/Chat/ChatMessageContentPart.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ public static ChatMessageContentPart CreateRefusalPart(string refusal)
153153
}
154154

155155
/// <summary>
156-
/// Implicitly intantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,
156+
/// Implicitly instantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,
157157
/// using a <see cref="string"/> in place of a <see cref="ChatMessageContentPart"/> is equivalent to calling the
158158
/// <see cref="CreateTextPart(string)"/> method.
159159
/// </summary>

0 commit comments

Comments
 (0)