Skip to content

Commit 3c36aa0

Browse files
YunchuWangCopilot
andauthored
Update src/ExportHistory/Exception/ExportJobNotFoundException.cs
Co-authored-by: Copilot <[email protected]>
1 parent 6c15983 commit 3c36aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ExportHistory/Exception/ExportJobNotFoundException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
namespace Microsoft.DurableTask.ExportHistory;
55

66
/// <summary>
7-
/// Exception thrown when attempting to access a schedule that does not exist.
7+
/// Exception thrown when attempting to access an export job that does not exist.
88
/// </summary>
99
public class ExportJobNotFoundException : InvalidOperationException
1010
{

0 commit comments

Comments
 (0)