Skip to content

Commit befa59a

Browse files
committed
Typo fix
1 parent 06b7ba4 commit befa59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

KGySoft.Json/Json/_Enums/JsonDateTimeFormat.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ public enum JsonDateTimeFormat
188188

189189
/// <summary>
190190
/// <para>Represents Microsoft's legacy AJAX and WCF REST date-time format. Similarly to <see cref="UnixMilliseconds"/>, it is also
191-
/// based elapsed milliseconds since Unix Epic time but has a specific string format and can also encode time offset.</para>
191+
/// based on elapsed milliseconds since Unix Epic time but has a specific string format and can also encode a time offset.</para>
192192
/// <para><strong>Examples:</strong>
193193
/// <list type="bullet">
194194
/// <item><see cref="DateTime.Kind">DateTime.Kind</see> is <see cref="DateTimeKind.Utc"/> or <see cref="DateTimeKind.Unspecified"/>, or <see cref="DateOnly"/> instances: <c>/Date(1578873600000)/</c></item>

0 commit comments

Comments
 (0)