Skip to content

Commit b0a487c

Browse files
gromermgromer-macu
andauthored
Fixed misspelling of instantiates. (#321)
Co-authored-by: Mike Gromer <[email protected]>
1 parent 3d17913 commit b0a487c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Custom/Chat/ChatMessageContentPart.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public static ChatMessageContentPart CreateInputAudioPart(BinaryData inputAudioB
185185
}
186186

187187
/// <summary>
188-
/// Implicitly intantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,
188+
/// Implicitly instantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,
189189
/// using a <see cref="string"/> in place of a <see cref="ChatMessageContentPart"/> is equivalent to calling the
190190
/// <see cref="CreateTextPart(string)"/> method.
191191
/// </summary>

0 commit comments

Comments
 (0)