weakly typed example works
diff --git a/mapstructure_examples_test.go b/mapstructure_examples_test.go index 27de1db..2493c13 100644 --- a/mapstructure_examples_test.go +++ b/mapstructure_examples_test.go
@@ -108,7 +108,7 @@ // Unused keys: []string{"email"} } -func ExampleDecode_WeaklyTypedInput() { +func ExampleDecode_weaklyTypedInput() { type Person struct { Name string Age int