Skip to content

Commit 3dd1b0d

Browse files
committed
time: fix grammar/spelling errors in test comment
Change-Id: I159bd1313e617c929008f6ac54ec7d702293360b Reviewed-on: https://go-review.googlesource.com/57430 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 9bf521b commit 3dd1b0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/time/time_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,8 +1203,8 @@ var defaultLocTests = []struct {
12031203
}
12041204

12051205
func TestDefaultLoc(t *testing.T) {
1206-
//This test verifyes that all Time's methods behaves identical if loc is set
1207-
//as nil or UTC
1206+
// Verify that all of Time's methods behave identically if loc is set to
1207+
// nil or UTC.
12081208
for _, tt := range defaultLocTests {
12091209
t1 := Time{}
12101210
t2 := Time{}.UTC()

0 commit comments

Comments
 (0)