Fix datetime doc comment typo (#2191)

This commit is contained in:
Ahson Khan 2021-05-05 11:33:51 -07:00 committed by GitHub
parent 12cec8c08f
commit b5b547f590
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -85,7 +85,7 @@ private:
public:
/**
* @brief Construct a default instance of #Azure::DateTime (00:00:00.0000000 on Janualy
* @brief Construct a default instance of #Azure::DateTime (00:00:00.0000000 on January
* 1st, 0001).
*/
constexpr DateTime() : time_point() {}