summaryrefslogtreecommitdiff
path: root/absl/time/civil_time.h
diff options
context:
space:
mode:
Diffstat (limited to 'absl/time/civil_time.h')
-rw-r--r--absl/time/civil_time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/time/civil_time.h b/absl/time/civil_time.h
index f6f76cd6..30d73c87 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;