Skip to content

Commit b46ee63

Browse files
committed
use canceled in xml comment
1 parent e0ee1be commit b46ee63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol.Core/Protocol/ElicitResult.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ public sealed class ElicitResult : Result
6060
public bool IsDeclined => string.Equals(Action, "decline", StringComparison.OrdinalIgnoreCase);
6161

6262
/// <summary>
63-
/// Gets a value indicating whether the user cancelled the elicitation request.
63+
/// Gets a value indicating whether the user canceled the elicitation request.
6464
/// </summary>
6565
/// <returns><see langword="true"/> if the action is "cancel"; otherwise, <see langword="false"/>.</returns>
6666
[JsonIgnore]

0 commit comments

Comments
 (0)