From e6e80dd83747e0c8f5b1a5f764371dc70e8c84c2 Mon Sep 17 00:00:00 2001 From: Corniel Nobel Date: Mon, 29 Jan 2024 09:36:00 +0100 Subject: [PATCH] Finish sentence. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21a50084b..9c9424f32 100644 --- a/README.md +++ b/README.md @@ -1132,4 +1132,5 @@ public void TestSomething() ### TimeProvider Since .NET 8.0, Microsoft provides a `TimeProvider`. To benefit from both the `Qowaiv.Clock` mechanism, and this time provider, the `Clock.TimeProvider`, -a singleton which provides access to `Clock.UtcNow()` and `Clock.TimeZone`. +a singleton which provides access to `Clock.UtcNow()` and `Clock.TimeZone` is +added.