Skip to content

Commit a3d2d36

Browse files
committed
use canceled in xml comment
1 parent 122b4d4 commit a3d2d36

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
@@ -63,7 +63,7 @@ public sealed class ElicitResult : Result
6363
public bool IsDeclined => string.Equals(Action, "decline", StringComparison.OrdinalIgnoreCase);
6464

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

0 commit comments

Comments
 (0)