Skip to content
This repository was archived by the owner on Oct 11, 2018. It is now read-only.

Commit 332cb05

Browse files
committed
Typo fix
1 parent 7e5a8ee commit 332cb05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

structs_example_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ func ExampleIsZero() {
301301
Enabled bool
302302
}
303303

304-
// Nothing is initalized
304+
// Nothing is initialized
305305
a := &Server{}
306306
isZeroA := IsZero(a)
307307

0 commit comments

Comments
 (0)