chore: big typos (#129)

* chore: big typos

* feat: 0.4.2
This commit is contained in:
JeremyHi
2023-12-15 11:55:39 +08:00
committed by GitHub
parent 4306ab645e
commit a31ea166fc
6 changed files with 407 additions and 407 deletions
+3 -3
View File
@@ -66,9 +66,9 @@ message Value {
int64 time_millisecond_value = 21;
int64 time_microsecond_value = 22;
int64 time_nanosecond_value = 23;
int32 interval_year_month_values = 24;
int64 interval_day_time_values = 25;
IntervalMonthDayNano interval_month_day_nano_values = 26;
int32 interval_year_month_value = 24;
int64 interval_day_time_value = 25;
IntervalMonthDayNano interval_month_day_nano_value = 26;
int64 duration_second_value = 27;
int64 duration_millisecond_value = 28;
int64 duration_microsecond_value = 29;