Fix minor typo in README

Corrects mapperss to mappers.

Signed-off-by: hasheddan <georgedanielmangum@gmail.com>
This commit is contained in:
hasheddan
2020-10-07 19:26:28 -05:00
committed by Alec Thomas
parent 259d19076d
commit 5cf89d77b1
+1 -1
View File
@@ -539,7 +539,7 @@ type Mapper interface {
// Decode scan into target.
//
// "ctx" contains context about the value being decoded that may be useful
// to some mapperss.
// to some mappers.
Decode(ctx *MapperContext, scan *Scanner, target reflect.Value) error
}
```