From 10315b4b4c10967823c262acb5ad3f236ba10be2 Mon Sep 17 00:00:00 2001 From: Michael Croes Date: Mon, 4 Sep 2023 21:55:34 +0200 Subject: [PATCH] style: Add missing space in WriteClockAsync summary --- S7.Net/PlcAsynchronous.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S7.Net/PlcAsynchronous.cs b/S7.Net/PlcAsynchronous.cs index 86a9926..7a1dd44 100644 --- a/S7.Net/PlcAsynchronous.cs +++ b/S7.Net/PlcAsynchronous.cs @@ -327,7 +327,7 @@ namespace S7.Net } /// - ///Write the PLC clock value. + /// Write the PLC clock value. /// /// The date and time to set the PLC clock to /// The token to monitor for cancellation requests. The default value is None.