Skip to content

Commit 41f383c

Browse files
committed
docs: Small grammar correction
1 parent 136ec83 commit 41f383c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/LinkDotNet.NCronJob/IJobNotificationHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ namespace LinkDotNet.NCronJob;
77
public interface IJobNotificationHandler
88
{
99
/// <summary>
10-
/// This method is invoked when a <see cref="IJob"/> is finished (either successfully or with an exception).
10+
/// This method is invoked when an <see cref="IJob"/> is finished (either successfully or with an exception).
1111
/// </summary>
1212
/// <param name="context">The <see cref="JobExecutionContext"/> that was used for this run.</param>
1313
/// <param name="exception">The exception that was thrown during the execution of the job. If the job was successful, this will be <c>null</c>.</param>

0 commit comments

Comments
 (0)