diff --git a/example_test.go b/example_test.go index 7253929..b00723f 100644 --- a/example_test.go +++ b/example_test.go @@ -27,7 +27,7 @@ func ExampleMarshal() { // {"ID":1,"Name":"Reds","Colors":["Crimson","Red","Ruby","Maroon"]} } -func ExampleUnMarshal() { +func ExampleUnmarshal() { var jsonBlob = []byte(`[ {"Name": "Platypus", "Order": "Monotremata"}, {"Name": "Quoll", "Order": "Dasyuromorphia"}