commit | 09d4a23f57020403ee21ba255716634d73a506a9 | [log] [tgz] |
---|---|---|
author | Nick Miyake <nmiyake@users.noreply.github.com> | Sat Dec 03 21:13:33 2016 -0800 |
committer | GitHub <noreply@github.com> | Sat Dec 03 21:13:33 2016 -0800 |
tree | 159ce28eb09c0f5298b1684e39da774856d918f0 | |
parent | f3009df150dadf309fdee4a54ed65c124afad715 [diff] |
Fix typo in documentation
diff --git a/mapstructure.go b/mapstructure.go index b0ab89b..69e4628 100644 --- a/mapstructure.go +++ b/mapstructure.go
@@ -1,5 +1,5 @@ // The mapstructure package exposes functionality to convert an -// abitrary map[string]interface{} into a native Go structure. +// arbitrary map[string]interface{} into a native Go structure. // // The Go structure can be arbitrarily complex, containing slices, // other structs, etc. and the decoder will properly decode nested