diff --git a/include/WinStd/Win.h b/include/WinStd/Win.h index 49aba2ce..ce3c3819 100644 --- a/include/WinStd/Win.h +++ b/include/WinStd/Win.h @@ -799,7 +799,7 @@ static _Success_(return != 0) int GetDateFormatA(_In_ LCID Locale, _In_ DWORD dw } /// -/// Formats a date as a date string for a locale specified by the locale identifier. The function formats either a specified date or the local system date. +/// Formats a date as a date string for a locale specified by the locale identifier. The function formats either a specified date or the local system date. /// /// \sa [GetDateFormat function](https://msdn.microsoft.com/en-us/library/windows/desktop/dd318086.aspx) ///