Skip to content

Commit 1f53147

Browse files
committed
minor
1 parent fcec8a3 commit 1f53147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/standard/datetime/timeprovider-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The <xref:System.TimeProvider> class defines the following capabilities:
2626

2727
## Default implementation
2828

29-
.NET provides an implementation of <xref:System.TimeProvider> through the <xref:System.TimeProvider.System?displayProperty=nameWithType> property, using the following characteristics:
29+
.NET provides an implementation of <xref:System.TimeProvider> through the <xref:System.TimeProvider.System?displayProperty=nameWithType> property, with the following characteristics:
3030

3131
- Date and time are calculated with <xref:System.DateTimeOffset.UtcNow?displayProperty=nameWithType> and <xref:System.TimeZoneInfo.Local?displayProperty=nameWithType>.
3232
- Timestamps are provided by <xref:System.Diagnostics.Stopwatch?displayProperty=fullName>.

0 commit comments

Comments
 (0)