diff --git a/Src/Newtonsoft.Json/DateParseHandling.cs b/Src/Newtonsoft.Json/DateParseHandling.cs
index 481098c8..7fc8a46e 100644
--- a/Src/Newtonsoft.Json/DateParseHandling.cs
+++ b/Src/Newtonsoft.Json/DateParseHandling.cs
@@ -36,14 +36,14 @@ namespace Newtonsoft.Json
None = 0,
///
- /// Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
+ /// Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
///
DateTime = 1,
#if HAVE_DATE_TIME_OFFSET
///
- /// Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
+ /// Date formatted strings, e.g. "\/Date(1198908717056)\/" and "2012-03-21T05:40Z", are parsed to .
///
DateTimeOffset = 2
#endif
}
-}
\ No newline at end of file
+}