diff options
Diffstat (limited to 'absl/time/civil_time.h')
-rw-r--r-- | absl/time/civil_time.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/time/civil_time.h b/absl/time/civil_time.h index f6f76cd65cda..30d73c8769e2 100644 --- a/absl/time/civil_time.h +++ b/absl/time/civil_time.h @@ -342,7 +342,7 @@ using CivilYear = // // absl::CivilSecond cs = ...; // absl::civil_year_t y = cs.year(); -// cs = absl::CivilSecond(y, 1, 1, 0, 0 0); // CivilSecond(CivilYear(cs)) +// cs = absl::CivilSecond(y, 1, 1, 0, 0, 0); // CivilSecond(CivilYear(cs)) // using civil_year_t = time_internal::cctz::year_t; |