Skip to content

Commit

Permalink
style: Add missing space in WriteClockAsync summary
Browse files Browse the repository at this point in the history
  • Loading branch information
mycroes committed Sep 4, 2023
1 parent 0774e12 commit 10315b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S7.Net/PlcAsynchronous.cs
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ public async Task<List<DataItem>> ReadMultipleVarsAsync(List<DataItem> dataItems
}

/// <summary>
///Write the PLC clock value.
/// Write the PLC clock value.
/// </summary>
/// <param name="value">The date and time to set the PLC clock to</param>
/// <param name="cancellationToken">The token to monitor for cancellation requests. The default value is None.
Expand Down

0 comments on commit 10315b4

Please sign in to comment.