Skip to content

Commit c8fb02d

Browse files
committed
fix: Fixed the stupid typo which was attracting loads of AI slop PRs.
1 parent ecd63b9 commit c8fb02d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plc4net/api/api/messages/IPlcSubscriptionEventArgs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace org.apache.plc4net.messages
2828
public interface IPlcSubscriptionEventArgs
2929
{
3030
/// <summary>
31-
/// Timestamp of the event that occured
31+
/// Timestamp of the event that occurred
3232
/// </summary>
3333
DateTime Timestamp { get; }
3434
}

0 commit comments

Comments
 (0)