Skip to content

Commit 41ed53a

Browse files
authored
Update RequestState.cs
Change waiting documentation
1 parent db4dd1c commit 41ed53a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Requests/Options/RequestState.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public enum RequestState
2121
/// </summary>
2222
Paused,
2323
/// <summary>
24-
/// <see cref="IRequest"/> is cancelled.
24+
/// <see cref="IRequest"/> is waiting to be deployed to the handler.
2525
/// </summary>
2626
Waiting,
2727
/// <summary>

0 commit comments

Comments
 (0)