Skip to content

Commit

Permalink
Minor grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaut committed Oct 30, 2021
1 parent 6eaceb5 commit 5b0aa63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/chrono-test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ TEST(chrono_test, time_point) {
"%EX", "%D", "%F", "%R", "%T", "%p", "%z", "%Z"};
spec_list.push_back("%Y-%m-%d %H:%M:%S");
#ifndef _WIN32
// Disabled on Windows, because these formats is not consistent among
// Disabled on Windows because these formats are not consistent among
// platforms.
spec_list.insert(spec_list.end(), {"%c", "%Ec", "%r"});
#endif
Expand Down

0 comments on commit 5b0aa63

Please sign in to comment.