1
0
mirror of https://github.com/golang/go synced 2024-09-24 03:10:16 -06:00

Update grammar in doc

This commit is contained in:
Kirill Tatchihin 2020-01-23 19:10:27 +03:00
parent c5de81c2e3
commit bd35431908

View File

@ -792,8 +792,8 @@ func skip(value, prefix string) (string, error) {
// Years must be in the range 0000..9999. The day of the week is checked
// for syntax but it is otherwise ignored.
//
// For layouts with two-digit year, 06, a value NN >= 69 will be treated as 19NN,
// and a value NN < 69 will be treated as 20NN
// For layouts specifying the two-digit year 06, a value NN >= 69 will be treated
// as 19NN and a value NN < 69 will be treated as 20NN.
//
// In the absence of a time zone indicator, Parse returns a time in UTC.
//