Commit 3dd1b0d0 authored by Kevin Burke's avatar Kevin Burke

time: fix grammar/spelling errors in test comment

Change-Id: I159bd1313e617c929008f6ac54ec7d702293360b
Reviewed-on: https://go-review.googlesource.com/57430Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 9bf521b2
......@@ -1203,8 +1203,8 @@ var defaultLocTests = []struct {
}
func TestDefaultLoc(t *testing.T) {
//This test verifyes that all Time's methods behaves identical if loc is set
//as nil or UTC
// Verify that all of Time's methods behave identically if loc is set to
// nil or UTC.
for _, tt := range defaultLocTests {
t1 := Time{}
t2 := Time{}.UTC()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment