diff --git a/structs_example_test.go b/structs_example_test.go index 329c130..e74099d 100644 --- a/structs_example_test.go +++ b/structs_example_test.go @@ -301,7 +301,7 @@ func ExampleIsZero() { Enabled bool } - // Nothing is initalized + // Nothing is initialized a := &Server{} isZeroA := IsZero(a)