Skip to content

Commit

Permalink
Merge pull request #247 from veikokaap/fix-doc-typo-decodehook
Browse files Browse the repository at this point in the history
fix typo in documentation
  • Loading branch information
mitchellh committed Sep 14, 2021
2 parents 251d52b + 963925d commit 14df28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mapstructure.go
Expand Up @@ -192,7 +192,7 @@ type DecodeHookFuncType func(reflect.Type, reflect.Type, interface{}) (interface
// source and target types.
type DecodeHookFuncKind func(reflect.Kind, reflect.Kind, interface{}) (interface{}, error)

// DecodeHookFuncRaw is a DecodeHookFunc which has complete access to both the source and target
// DecodeHookFuncValue is a DecodeHookFunc which has complete access to both the source and target
// values.
type DecodeHookFuncValue func(from reflect.Value, to reflect.Value) (interface{}, error)

Expand Down

0 comments on commit 14df28d

Please sign in to comment.