Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Fixed misspelling of instantiates.
  • Loading branch information
mgromer-macu committed Jan 10, 2025
commit e3bd100fcb6dfa93e7abaeec4e196c474da17981
2 changes: 1 addition & 1 deletion src/Custom/Chat/ChatMessageContentPart.cs
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public static ChatMessageContentPart CreateRefusalPart(string refusal)
}

/// <summary>
/// Implicitly intantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,
/// Implicitly instantiates a new <see cref="ChatMessageContentPart"/> from a <see cref="string"/>. As such,
/// using a <see cref="string"/> in place of a <see cref="ChatMessageContentPart"/> is equivalent to calling the
/// <see cref="CreateTextPart(string)"/> method.
/// </summary>
Expand Down